Initializing help system before first use

GetIndex Method (Double)

Get the index of the given element (set of reals). Throws an exception if this set does not contain reals.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public int GetIndex(
	double d
)

Parameters

d
Type:  SystemDouble
Value to look for

Return Value

Type:  Int32
Index of the given element or a negative value if the set does not contain this element
See Also