Struct MinMax
Namespace: AS2
Assembly: .dll
Syntax
Constructors
MinMax(float, float, bool)
Declaration
public MinMax(float min, float max, bool wholeNumbersOnly)
Parameters
Fields
max
Declaration
Field Value
min
Declaration
Field Value
wholeNumbersOnly
Declaration
public bool wholeNumbersOnly
Field Value
Methods
Equals(object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object minMax)
Parameters
Type |
Name |
Description |
object |
minMax |
|
Returns
Type |
Description |
bool |
true if obj and this instance are the same type and represent the same value; otherwise, false.
|
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A 32-bit signed integer that is the hash code for this instance.
|
Overrides
Parse(string)
Declaration
public static MinMax Parse(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
The fully qualified type name.
|
Overrides
Operators
operator ==(MinMax, MinMax)
Declaration
public static bool operator ==(MinMax minMax1, MinMax minMax2)
Parameters
Returns
operator !=(MinMax, MinMax)
Declaration
public static bool operator !=(MinMax minMax1, MinMax minMax2)
Parameters
Returns