Class DataRange<T>
Range descriptor for a variable, including a min and max.
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class DataRange<T>
Type Parameters
Fields
|
Improve this Doc
View Source
max
Range descriptor for a variable, including a min and max.
Declaration
Field Value
|
Improve this Doc
View Source
min
Range descriptor for a variable, including a min and max.
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Equals(DataRange<T>)
Range descriptor for a variable, including a min and max.
Declaration
public bool Equals(DataRange<T> other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(object)
Range descriptor for a variable, including a min and max.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Range descriptor for a variable, including a min and max.
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Range descriptor for a variable, including a min and max.
Declaration
public override string ToString()
Returns
Overrides