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