Range T  ClassDelta Engine Documentation
Interval of two values; Allows a random value in between to be obtained. View code on GitHub
Inheritance Hierarchy

System Object
  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

public class Range<T> : Lerp<Range<T>>, 
	Lerp 
where T : Object, Lerp<T>
Type Parameters

T

The Range T  type exposes the following members.

Constructors

  NameDescription
Public methodRange T  
Initializes a new instance of the Range T  class
Public methodRange T (String)
Initializes a new instance of the Range T  class
Public methodRange T (T, T)
Initializes a new instance of the Range T  class
Top
Methods

  NameDescription
Public methodGetRandomValue
Public methodLerp
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyEnd
Public propertyStart
Top
See Also