 | CGXNETCoreGetFloatVM Method |
Get a VM array of floats.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static FloatVector GetFloatVM(
CVM hVM,
int count
)
public static FloatVector GetFloatVM(
CVM hVM,
int count
)
Public Shared Function GetFloatVM (
hVM As CVM,
count As Integer
) As FloatVector
Public Shared Function GetFloatVM (
hVM As CVM,
count As Integer
) As FloatVector
public:
static FloatVector^ GetFloatVM(
CVM^ hVM,
int count
)
public:
static FloatVector^ GetFloatVM(
CVM^ hVM,
int count
)
static member GetFloatVM :
hVM : CVM *
count : int -> FloatVector
static member GetFloatVM :
hVM : CVM *
count : int -> FloatVector
Parameters
- hVM
- Type: GeoEngine.Core.GXNetXCVM
- count
- Type: SystemInt32
Return Value
Type:
FloatVector
See Also