 | CVViIndexMax Method |
Get the index where the maximum value occurs.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iIndexMax(
ref double max
)
public int iIndexMax(
ref double max
)
Public Function iIndexMax (
ByRef max As Double
) As Integer
Public Function iIndexMax (
ByRef max As Double
) As Integer
public:
int iIndexMax(
double% max
)
public:
int iIndexMax(
double% max
)
member iIndexMax :
max : float byref -> int
member iIndexMax :
max : float byref -> int
Parameters
- max
- Type: SystemDouble
Maximum value (<define>rDUMMY</define> if all dummies or no data)
Return Value
Type:
Int32Index of the maximum value, <define>iDUMMY</define> if no valid data.
Remarks
If more than one value has the same maximum value, the index of the
first is returned.
See Also