Class Range
Contains static fields with Range<T> constants.
Содержит статические поля с константами типа Range<T>.
Namespace: Platform.Ranges
Assembly: Platform.Ranges.dll
Syntax
public static class Range : object
Fields
| Improve this Doc View SourceByte
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<byte> Byte
Field Value
Type | Description |
---|---|
Range<Byte> |
Decimal
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<decimal> Decimal
Field Value
Type | Description |
---|---|
Range<Decimal> |
Double
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<double> Double
Field Value
Type | Description |
---|---|
Range<Double> |
Int16
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<short> Int16
Field Value
Type | Description |
---|---|
Range<Int16> |
Int32
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<int> Int32
Field Value
Type | Description |
---|---|
Range<Int32> |
Int64
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<long> Int64
Field Value
Type | Description |
---|---|
Range<Int64> |
SByte
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<sbyte> SByte
Field Value
Type | Description |
---|---|
Range<SByte> |
Single
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<float> Single
Field Value
Type | Description |
---|---|
Range<Single> |
UInt16
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<ushort> UInt16
Field Value
Type | Description |
---|---|
Range<UInt16> |
UInt32
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<uint> UInt32
Field Value
Type | Description |
---|---|
Range<UInt32> |
UInt64
Gets the whole
Возвращает весь диапазон значений
Declaration
public static readonly Range<ulong> UInt64
Field Value
Type | Description |
---|---|
Range<UInt64> |