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