Click or drag to resize

RangeI Structure

A structure encapsulating an integer values range.

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

The RangeI type exposes the following members.

Constructors
  NameDescription
Public methodRangeI(RangeI)
Initializes a new instance of the RangeI class
Public methodRangeI(Int32, Int32)
Initializes a new instance of the RangeI class
Top
Properties
  NameDescription
Public propertyItem
Public propertySize
Top
Methods
Operators
Fields
  NameDescription
Public fieldMaximum
Public fieldMinimum
Public fieldStatic memberZero
Top
Extension Methods
See Also