Unravel Engine C# Reference
Loading...
Searching...
No Matches
Range< T > Struct Template Reference

Public Member Functions

 Range (T min, T max)
 
bool Contains (T value)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (Range< T > a, Range< T > b)
 
static bool operator!= (Range< T > a, Range< T > b)
 

Public Attributes

Min
 
Max
 

Detailed Description

Type Constraints
T :IComparable<T> 

Definition at line 46 of file Constructs.cs.

Constructor & Destructor Documentation

◆ Range()

Range< T >.Range ( T min,
T max )

Definition at line 53 of file Constructs.cs.

Member Function Documentation

◆ Contains()

bool Range< T >.Contains ( T value)

◆ Equals()

override bool Range< T >.Equals ( object obj)

◆ GetHashCode()

override int Range< T >.GetHashCode ( )

◆ operator!=()

static bool Range< T >.operator!= ( Range< T > a,
Range< T > b )
static

◆ operator==()

static bool Range< T >.operator== ( Range< T > a,
Range< T > b )
static

Member Data Documentation

◆ Max

T Range< T >.Max

Definition at line 51 of file Constructs.cs.

◆ Min

T Range< T >.Min

Definition at line 50 of file Constructs.cs.


The documentation for this struct was generated from the following file: