Click or drag to resize

Range Structure

A structure encapsulating a double precision range.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisRange

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct Range

The Range type exposes the following members.

Constructors
 NameDescription
Public methodRange(Range)Initializes a new instance of the Range class
Public methodRange(RangeF)Initializes a new instance of the Range class
Public methodRange(Double, Double)Initializes a new instance of the Range class
Top
Properties
 NameDescription
Public propertyItem 
Public propertySize 
Top
Methods
Operators
Fields
 NameDescription
Public fieldMaximum 
Public fieldMinimum 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also