This function returns the value of the invoking transition distance between index from and index to. This value is a non-negative integer. The arguments from and to must be non negative integer indices lower than the size of the invoking transition distance.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
int GetValue(
	int fromState,
	int toState
)

Parameters

fromState
Type: System..::..Int32
toState
Type: System..::..Int32

See Also