MathMethods Class

Auxiliary mathematical methods.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public class MathMethods
Inheritance
Object    MathMethods

Constructors

MathMethodsInitializes a new instance of the MathMethods class

Methods

DoubleToFraction(Double, Double, Double) 
DoubleToFraction(Double, Int32, Double, Double) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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.
MemberwiseCloneCreates 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 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

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.

See Also