Interval of two values; Allows a random value in between to be obtained.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Datatypes Range T
DeltaEngine.Datatypes BaseRangeGraph T
Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Type Parameters
- T
The Range T type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Range T | Initializes a new instance of the Range T class |
![]() | Range T (String) | Initializes a new instance of the Range T class |
![]() | Range T (T, T) | Initializes a new instance of the Range T class |
Methods
Name | Description | |
---|---|---|
![]() | GetRandomValue | |
![]() | Lerp | |
![]() | ToString | (Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
![]() | End | |
![]() | Start |
See Also