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

Syntax

C#
int GetValue(
	int fromState,
	int toState
)
Visual Basic
Function GetValue ( _
	fromState As Integer, _
	toState As Integer _
) As Integer

Parameters

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

See Also