Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
PrimitiveBuiltins ( ) : System | ||
PrimitiveBuiltins ( byte byteProperty, sbyte shortByteProperty, int intProperty, uint uIntProperty, short shortProperty, ushort uShortProperty, long longProperty, ulong uLongProperty, float floatPropertyOne, float floatPropertyTwo, double doublePropertyOne, double doublePropertyTwo, char charProperty, bool boolProperty, decimal decimalProperty ) : System | ||
operator ( ) : bool |
Метод | Описание | |
---|---|---|
NearlyEqual ( double lhs, double rhs ) : bool |
Compare floating point numbers, taking precision into account (double version).
|
|
NearlyEqual ( float lhs, float rhs ) : bool |
Compare floating point numbers, taking precision into account (float version).
|
public PrimitiveBuiltins ( byte byteProperty, sbyte shortByteProperty, int intProperty, uint uIntProperty, short shortProperty, ushort uShortProperty, long longProperty, ulong uLongProperty, float floatPropertyOne, float floatPropertyTwo, double doublePropertyOne, double doublePropertyTwo, char charProperty, bool boolProperty, decimal decimalProperty ) : System | ||
byteProperty | byte | |
shortByteProperty | sbyte | |
intProperty | int | |
uIntProperty | uint | |
shortProperty | short | |
uShortProperty | ushort | |
longProperty | long | |
uLongProperty | ulong | |
floatPropertyOne | float | |
floatPropertyTwo | float | |
doublePropertyOne | double | |
doublePropertyTwo | double | |
charProperty | char | |
boolProperty | bool | |
decimalProperty | decimal | |
Результат | System |