Initializing help system before first use

LookupIndexValues Method (XPRMValue[])

Given an array of XPRMValue[] objects, produce the array index as the offsets into the index sets of this array.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public int[] LookupIndexValues(
	params XPRMValue[] indexValues
)

Parameters

indexValues
Type:  MoselXPRMValue
The values of an array index

Return Value

Type:  Int32
The index in each of the index sets of each of the value
See Also