Gets a new Range indexing all.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static Range All { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property All As Range |
| Visual C++ |
|---|
public:
static property Range^ All {
Range^ get ();
} |
See Also