(Inherits from MfPrimitive)
Represents a double-precision floating-point number.
Name |
Description |
|
Initializes a new instance of the MfFloat class optionally setting the Value property, ReturnAsObject property, Readonly and Format property property. |
Name |
Description |
|
Represents the largest possible value of MfFloat. This field is constant. |
||
Represents the smallest possible value of MfFloat. This field is constant. |
||
Represents a value that is not a number (NaN) of MfFloat. This field is constant. |
||
Represents negative infinity of MfFloat. This field is constant. |
||
Represents positive infinity of MfFloat. This field is constant. |
Name |
Description |
|
Gets or sets the value associated with the DecimalPlaces part of the Format |
||
Gets the format associated with the format of the float value |
||
Gets the if the derived class will allow the underlying value to be altered after the constructor has been called. Inherited from MfPrimitive. |
||
Gets or sets the if the MfByte class will return objects as their return value for various functions. Inherited from MfPrimitive |
||
Gets or sets the value associated with the this instance. Overrides MfPrimitive.Value. |
Name |
Description |
|
Adds Float value to current instance of MfFloat. |
||
Compares this instance to a specified MfFloat object. Overrides MfObject.CompareTo() |
||
Divides the current instance of MfFloat by the divisor value. |
||
Gets if this instance Value is the same as the value instance. Overrides MfObject.Equals() |
||
Gets A hash 32 bit hash code for the MfFloat instance. Overrides MfObject.GetHashCode() |
||
Gets a float that has all leading and trailing 0's and spaces removed removed. |
||
Gets the Type for the for the Class .Inherited from MfObject. |
||
Get an enumeration value of MfTypeCode the represents MfFloat Type Code. |
||
Gets the Float number from Object or var containing float. Overrides MfPrimitive.GetValue() |
||
Gets a Float number from Obj or returns Default value if Obj is unable to be converted to flaot. Default must be a value that can be converted to float or it will be ignored if Obj can not be converted to float an error will be thrown.. Overrides MfPrimitive.GetValue() |
||
Gets a float var from Obj or returns Default value if Obj is unable to be converted to float.Default can be something other then a number or float if AllowAny is true.. Overrides MfPrimitive.GetValue() |
||
Compares the current MfFloat object to a specified MfFloat object and returns an indication of their relative values. |
||
Compares the current MfFloat object to a specified MfFloat object and returns an indication of their relative values. |
||
Returns a value indicating whether the specified number evaluates to negative or positive infinity |
||
Returns a value that indicates whether the specified value is not a number (NaN). |
||
Returns a value indicating whether the specified number evaluates to negative infinity. |
||
Returns a value indicating whether the specified number evaluates to positive infinity. |
||
Compares the current MfFloat object to a specified MfFloat object and returns an indication of their relative values. |
||
Compares the current MfFloat object to a specified MfFloat object and returns an indication of their relative values. |
||
Multiplies the current instance of MfFloat by the value. |
||
Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject. |
||
Get if the current class is an instance. Inherited from MfObject. |
||
Creates a shallow copy of the current MfObject instance. Inherited from MfObject. |
||
Converts the s representation of a number to its MfFloat equivalent |
||
Converts the s representation of a number to its MfFloat equivalent |
||
Converts the s representation of a number to its MfFloat equivalent |
||
Converts the s representation of a number to its MfFloat equivalent |
||
Subtract Float value from current instance of MfFloat. |
||
Converts the value of the specified MfFloat to the equivalent MfInteger |
||
Gets a string representation of the Value of the object. Overrides MfPrimitive.ToString() |
||
Tries to converts the s representation of a number to its MfFloat equivalent. A return value indicates whether the conversion succeeded. |
||
Tries to converts the s representation of a number to its MfFloat equivalent. A return value indicates whether the conversion succeeded. |