 | CGXNETCoreGetDoubleVV Method |
Get a VV array of doubles.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static DoubleVector GetDoubleVV(
CVV hVV,
int count
)
public static DoubleVector GetDoubleVV(
CVV hVV,
int count
)
Public Shared Function GetDoubleVV (
hVV As CVV,
count As Integer
) As DoubleVector
Public Shared Function GetDoubleVV (
hVV As CVV,
count As Integer
) As DoubleVector
public:
static DoubleVector^ GetDoubleVV(
CVV^ hVV,
int count
)
public:
static DoubleVector^ GetDoubleVV(
CVV^ hVV,
int count
)
static member GetDoubleVV :
hVV : CVV *
count : int -> DoubleVector
static member GetDoubleVV :
hVV : CVV *
count : int -> DoubleVector
Parameters
- hVV
- Type: GeoEngine.Core.GXNetXCVV
- count
- Type: SystemInt32
Return Value
Type:
DoubleVector
See Also