Click or drag to resize

StateImplCheckTransInvariant Method

[Missing <summary> documentation for "M:P.Runtime.StateImpl.CheckTransInvariant(System.Int32,P.Runtime.StateImpl)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool CheckTransInvariant(
	int currIndex,
	StateImpl pred
)

Parameters

currIndex
Type: SystemInt32

[Missing <param name="currIndex"/> documentation for "M:P.Runtime.StateImpl.CheckTransInvariant(System.Int32,P.Runtime.StateImpl)"]

pred
Type: P.RuntimeStateImpl

[Missing <param name="pred"/> documentation for "M:P.Runtime.StateImpl.CheckTransInvariant(System.Int32,P.Runtime.StateImpl)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:P.Runtime.StateImpl.CheckTransInvariant(System.Int32,P.Runtime.StateImpl)"]

See Also