 | CGRID3D.GetThematicStats Method |
Get Thematic Data statistics.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetThematicStats(
ref int num_valid,
ref int num_dummies,
ref int min,
ref int max,
ref int mean,
ref int stddev
)
public void GetThematicStats(
ref int num_valid,
ref int num_dummies,
ref int min,
ref int max,
ref int mean,
ref int stddev
)
Public Sub GetThematicStats (
ByRef num_valid As Integer,
ByRef num_dummies As Integer,
ByRef min As Integer,
ByRef max As Integer,
ByRef mean As Integer,
ByRef stddev As Integer
)
Public Sub GetThematicStats (
ByRef num_valid As Integer,
ByRef num_dummies As Integer,
ByRef min As Integer,
ByRef max As Integer,
ByRef mean As Integer,
ByRef stddev As Integer
)
public:
void GetThematicStats(
int% num_valid,
int% num_dummies,
int% min,
int% max,
int% mean,
int% stddev
)
public:
void GetThematicStats(
int% num_valid,
int% num_dummies,
int% min,
int% max,
int% mean,
int% stddev
)
member GetThematicStats :
num_valid : int byref *
num_dummies : int byref *
min : int byref *
max : int byref *
mean : int byref *
stddev : int byref -> unit
member GetThematicStats :
num_valid : int byref *
num_dummies : int byref *
min : int byref *
max : int byref *
mean : int byref *
stddev : int byref -> unit
Parameters
- num_valid
- Type: System.Int32
Number of valid values - num_dummies
- Type: System.Int32
Number of invalid values - min
- Type: System.Int32
Min value - max
- Type: System.Int32
Maximum value - mean
- Type: System.Int32
Mean value - stddev
- Type: System.Int32
Standard Deviation
See Also