Click or drag to resize
CVViIndexMax Method
Get the index where the maximum value occurs.

Available since Oasis montaj version: 6.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If more than one value has the same maximum value, the index of the first is returned.
Syntax
public int iIndexMax(
	ref double d1
)

Parameters

d1
Type: SystemDouble
Maximum value (rDUMMY if all dummies or no data)

Return Value

Type: Int32
Index of the maximum value, iDUMMY if no valid data.
See Also