public class MathMethodsPublic Class MathMethodspublic ref class MathMethodstype MathMethods = class end| MathMethods | Initializes a new instance of the MathMethods class |
| DoubleToFraction(Double, Double, Double) | |
| DoubleToFraction(Double, Int32, Double, Double) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| FractionReduction | Reducing a fraction. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IntToFileSize | Converts a file size to a string. |
| IsNumber(String) | Check if a string can be converted into a number. |
| IsNumber(SessionProfile, String) | |
| IsParam | Check if a symbol is part of a parameter name. |
| IsTextOrNumber(IPrimitive) | |
| IsTextOrNumber(String) | |
| LongNumber(Double) | Converts double to a long string. |
| LongNumber(Single) | Converts float to a long string. |
| LongNumber(String) | Converts a string representation of a number to a double. |
| LongNumber15 | Converts double to a long string. |
| LongNumberSystem(Double) | Converts double to a long string. Throws exception when infinity detected. |
| LongNumberSystem(Single) | Converts float to a long string. Throws exception when infinity detected. |
| LongNumberSystem15 | Converts double to a long string. Throws exception when infinity detected. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ParseString | Converts a LongNumber to a double. |
| Priority(String) | Determines the priority of mathematical primitives. |
| Priority(String, Char) | Determines the priority of mathematical primitives. |
| SetSystemSeparator | |
| SetUserSeparator | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| DoubleFixedPoint | Pattern to use for displaying the maximum supported accuracy of double floating point number. |
| DoubleFixedPoint15 | Pattern to use for displaying the 15 integers of accuracy for double floating point number. |