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

Available since Oasis montaj version: 6.2
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 max
)

Parameters

max
Type: SystemDouble
Maximum value (<define>rDUMMY</define> if all dummies or no data)

Return Value

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