LadderSequence<TIndex>.IsInNormalOrder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns true this condition is satisfied.
Returns false otherwise.