Inheritance Hierarchy
DeltaEngine.Datatypes Range T
DeltaEngine.Datatypes BaseRangeGraph T
DeltaEngine.Datatypes RangeGraph T
DeltaEngine.Datatypes TimeRangeGraph T
Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Type Parameters
- T
The BaseRangeGraph T type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BaseRangeGraph T | Initializes a new instance of the BaseRangeGraph T class |
![]() | BaseRangeGraph T (List T ) | Initializes a new instance of the BaseRangeGraph T class |
![]() | BaseRangeGraph T ( T ) | Initializes a new instance of the BaseRangeGraph T class |
![]() | BaseRangeGraph T (T, T) | Initializes a new instance of the BaseRangeGraph T class |
Methods
Name | Description | |
---|---|---|
![]() | ExpandAndAddValue | |
![]() | GetInterpolatedValue | |
![]() | GetRandomValue | (Inherited from Range T .) |
![]() | Lerp | (Inherited from Range T .) |
![]() | SetValue | |
![]() | ToString | (Inherited from Range T .) |
Properties
Name | Description | |
---|---|---|
![]() | End | (Overrides Range T End.) |
![]() | Start | (Overrides Range T Start.) |
![]() | Values |
See Also