public class RealNumber : IRealNumber
Public Class RealNumber
Implements IRealNumber
public ref class RealNumber : IRealNumber
type RealNumber =
class
interface IRealNumber
end
RealNumber | Initializes a new instance of the RealNumber class |
Abs | |
Acos | |
Acosh | |
Add | |
Asin | |
Asinh | |
Atan | |
Atan2 | |
Atanh | |
BinaryDeserialize | |
BinaryDeserializeFromByteArray | |
BinarySerialize | |
BinarySerializeToByteArray | |
Cos | |
Cosh | |
DblValue | |
Debug | |
Divide | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Exp | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
InitDbl | |
IsNotZero | |
IsZero | |
Log | |
Log(RealNumber) | |
Log10 | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Multiply | |
Negative | |
Pow(Int32) | |
Pow(RealNumber) | |
Sign | |
Sin | |
Sinh | |
Sqrt | |
Subtract | |
Tan | |
Tanh | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
XmlDeserialize | |
XmlDeserializeFromString | |
XmlSerialize | |
XmlSerializeToString |