LadderSequence<TIndex>.IsInNormalOrder Method

Definition

Checks whether all raising operators are to the left of all lowering operators.

public bool IsInNormalOrder ();
member this.IsInNormalOrder : unit -> bool
Public Function IsInNormalOrder () As Boolean

Returns

Boolean

Returns true this condition is satisfied. Returns false otherwise.

Applies to