Initializing help system before first use

GetAsReal Method

Get the element associated to the given index (set of reals). Throws an exception if this is not a set of reals.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public virtual double GetAsReal(
	int index
)

Parameters

index
Type:  SystemInt32
Index into set

Return Value

Type:  Double
Element associated to the given index
See Also