Click or drag to resize

Position Enumeration

Enumeration for specifying different view positions of underlying data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Position
Members
Member nameValueDescription
Start0 The starting position.
End-1 The ending position.
MidPoint-2 The midpoint position.
See Also