Initializing help system before first use

GetIndex Method (Boolean)

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

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public int GetIndex(
	bool b
)

Parameters

b
Type:  SystemBoolean
The 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