Property | Type | Description | |
---|---|---|---|
UnixEpoch | System.DateTime |
Method | Description | |
---|---|---|
Abs ( this value ) : double | ||
Abs ( this value ) : float | ||
Abs ( this value ) : int | ||
AlmostEqual ( this value, double testvalue, double error ) : bool | ||
AlmostEqual ( this value, double testvalue, double lower_error, double upper_error ) : bool | ||
AlmostEqual ( this value, float testvalue, float error ) : bool | ||
AlmostEqual ( this value, float testvalue, float lower_error, float upper_error ) : bool | ||
AlmostEqual ( this value, int test_value, int error ) : bool | ||
AlmostEqual ( this value, int test_value, int lower_error, int higher_error ) : bool | ||
AlmostEqual_NonInclusive ( this value, int test_value, int error ) : bool | ||
AlmostEqual_NonInclusive ( this value, int test_value, int lower_error, int higher_error ) : bool | ||
AssemblyQualifiedName_Portable ( this type ) : string | ||
Clamp ( this value, double min, double max ) : double | ||
Clamp ( this value, float min, float max ) : float | ||
Clamp ( this value, int min, int max ) : int | ||
ClampCeil ( this value, double value2 ) : double | ||
ClampCeil ( this value, float value2 ) : float | ||
ClampCeil ( this value, int max ) : int | ||
ClampFloor ( this value, double value2 ) : double | ||
ClampFloor ( this value, float value2 ) : float | ||
ClampFloor ( this value, int min ) : int | ||
CreateDelegate ( this mi, object Target ) : |
||
DeFriendlifyName ( string type ) : string | ||
FromUnix ( int value ) : System.DateTime | ||
FromUnixMilli ( ulong value ) : System.DateTime | ||
GetEnumUnderlyingType ( this enumType ) : |
||
GetFriendlyName ( this type ) : string | ||
GetIPAddress ( this endpoint ) : IPAddress | ||
GetMemberType ( this mi ) : |
||
GetPort ( this endpoint ) : int | ||
HtmlDecodeObject ( this obj ) : Object | ||
HtmlEncodeObject ( this obj ) : Object | ||
InvertedClamp ( this value, double min, double max ) : double | ||
InvertedClamp ( this value, float min, float max ) : float | ||
IsDecimal ( this type ) : bool | ||
IsDictionary ( this type ) : bool | ||
IsInteger ( this type ) : bool | ||
IsList ( this type ) : bool | ||
IsNumber ( this type ) : bool | ||
IsReadable ( this mi ) : bool | ||
IsStatic ( this mi ) : bool | ||
Lerp ( this value, double min, double max, double window_rescaler = 1f ) : double | ||
Lerp ( this value, float min, float max, float window_rescaler = 1f ) : float | ||
MoveTowards ( this value, double target, double byvalue ) : double | ||
MoveTowards ( this value, float target, float byvalue ) : float | ||
NamePortable ( this assembly ) : string | ||
Name_Portable ( this type ) : string | ||
Rescale ( this value, double from_min, double from_max, double to_min, double to_max ) : double | ||
Rescale ( this value, float from_min, float from_max, float to_min, float to_max ) : float | ||
Saturate ( this value ) : double | ||
Saturate ( this value ) : float | ||
ToChar ( this value ) : char | ||
ToStringEx ( this f ) : string | ||
ToUnix ( this value ) : System.TimeSpan | ||
ToUnixMilli ( this value ) : ulong | ||
isBetweenValues ( this value, int min, int max ) : bool | ||
isBetweenValues_NonInclusive ( this value, int min, int max ) : bool |
public static AlmostEqual ( this value, double testvalue, double error ) : bool | ||
value | this | |
testvalue | double | |
error | double | |
return | bool |
public static AlmostEqual ( this value, double testvalue, double lower_error, double upper_error ) : bool | ||
value | this | |
testvalue | double | |
lower_error | double | |
upper_error | double | |
return | bool |
public static AlmostEqual ( this value, float testvalue, float error ) : bool | ||
value | this | |
testvalue | float | |
error | float | |
return | bool |
public static AlmostEqual ( this value, float testvalue, float lower_error, float upper_error ) : bool | ||
value | this | |
testvalue | float | |
lower_error | float | |
upper_error | float | |
return | bool |
public static AlmostEqual ( this value, int test_value, int error ) : bool | ||
value | this | |
test_value | int | |
error | int | |
return | bool |
public static AlmostEqual ( this value, int test_value, int lower_error, int higher_error ) : bool | ||
value | this | |
test_value | int | |
lower_error | int | |
higher_error | int | |
return | bool |
public static AlmostEqual_NonInclusive ( this value, int test_value, int error ) : bool | ||
value | this | |
test_value | int | |
error | int | |
return | bool |
public static AlmostEqual_NonInclusive ( this value, int test_value, int lower_error, int higher_error ) : bool | ||
value | this | |
test_value | int | |
lower_error | int | |
higher_error | int | |
return | bool |
public static AssemblyQualifiedName_Portable ( this type ) : string | ||
type | this | |
return | string |
public static Clamp ( this value, double min, double max ) : double | ||
value | this | |
min | double | |
max | double | |
return | double |
public static Clamp ( this value, float min, float max ) : float | ||
value | this | |
min | float | |
max | float | |
return | float |
public static Clamp ( this value, int min, int max ) : int | ||
value | this | |
min | int | |
max | int | |
return | int |
public static ClampCeil ( this value, double value2 ) : double | ||
value | this | |
value2 | double | |
return | double |
public static ClampCeil ( this value, float value2 ) : float | ||
value | this | |
value2 | float | |
return | float |
public static ClampCeil ( this value, int max ) : int | ||
value | this | |
max | int | |
return | int |
public static ClampFloor ( this value, double value2 ) : double | ||
value | this | |
value2 | double | |
return | double |
public static ClampFloor ( this value, float value2 ) : float | ||
value | this | |
value2 | float | |
return | float |
public static ClampFloor ( this value, int min ) : int | ||
value | this | |
min | int | |
return | int |
public static CreateDelegate ( this mi, object Target ) : |
||
mi | this | |
Target | object | |
return |
public static DeFriendlifyName ( string type ) : string | ||
type | string | |
return | string |
public static FromUnix ( int value ) : System.DateTime | ||
value | int | |
return | System.DateTime |
public static FromUnixMilli ( ulong value ) : System.DateTime | ||
value | ulong | |
return | System.DateTime |
public static GetEnumUnderlyingType ( this enumType ) : |
||
enumType | this | |
return |
public static GetFriendlyName ( this type ) : string | ||
type | this | |
return | string |
public static GetIPAddress ( this endpoint ) : IPAddress | ||
endpoint | this | |
return | IPAddress |
public static GetMemberType ( this mi ) : |
||
mi | this | |
return |
public static GetPort ( this endpoint ) : int | ||
endpoint | this | |
return | int |
public static HtmlDecodeObject ( this obj ) : Object | ||
obj | this | |
return | Object |
public static HtmlEncodeObject ( this obj ) : Object | ||
obj | this | |
return | Object |
public static InvertedClamp ( this value, double min, double max ) : double | ||
value | this | |
min | double | |
max | double | |
return | double |
public static InvertedClamp ( this value, float min, float max ) : float | ||
value | this | |
min | float | |
max | float | |
return | float |
public static IsDictionary ( this type ) : bool | ||
type | this | |
return | bool |
public static Lerp ( this value, double min, double max, double window_rescaler = 1f ) : double | ||
value | this | |
min | double | |
max | double | |
window_rescaler | double | |
return | double |
public static Lerp ( this value, float min, float max, float window_rescaler = 1f ) : float | ||
value | this | |
min | float | |
max | float | |
window_rescaler | float | |
return | float |
public static MoveTowards ( this value, double target, double byvalue ) : double | ||
value | this | |
target | double | |
byvalue | double | |
return | double |
public static MoveTowards ( this value, float target, float byvalue ) : float | ||
value | this | |
target | float | |
byvalue | float | |
return | float |
public static NamePortable ( this assembly ) : string | ||
assembly | this | |
return | string |
public static Name_Portable ( this type ) : string | ||
type | this | |
return | string |
public static Rescale ( this value, double from_min, double from_max, double to_min, double to_max ) : double | ||
value | this | |
from_min | double | |
from_max | double | |
to_min | double | |
to_max | double | |
return | double |
public static Rescale ( this value, float from_min, float from_max, float to_min, float to_max ) : float | ||
value | this | |
from_min | float | |
from_max | float | |
to_min | float | |
to_max | float | |
return | float |
public static Saturate ( this value ) : double | ||
value | this | |
return | double |
public static Saturate ( this value ) : float | ||
value | this | |
return | float |
public static ToUnix ( this value ) : System.TimeSpan | ||
value | this | |
return | System.TimeSpan |
public static ToUnixMilli ( this value ) : ulong | ||
value | this | |
return | ulong |
public static isBetweenValues ( this value, int min, int max ) : bool | ||
value | this | |
min | int | |
max | int | |
return | bool |
public static isBetweenValues_NonInclusive ( this value, int min, int max ) : bool | ||
value | this | |
min | int | |
max | int | |
return | bool |