RealNumber Class

Definition

Namespace: Metas.UncLibCOM.Core
Assembly: Metas.UncLibCOM.Core (in Metas.UncLibCOM.Core.dll) Version: 2.8.9053.20212
C#
public class RealNumber : IRealNumber
Inheritance
Object    RealNumber
Implements
IRealNumber

Constructors

RealNumberInitializes a new instance of the RealNumber class

Properties

Methods

Abs 
Acos 
Acosh 
Add 
Asin 
Asinh 
Atan 
Atan2 
Atanh 
BinaryDeserialize 
BinaryDeserializeFromByteArray 
BinarySerialize 
BinarySerializeToByteArray 
Cos 
Cosh 
DblValue 
Debug 
Divide 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Exp 
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitDbl 
IsNotZero 
IsZero 
Log 
Log(RealNumber) 
Log10 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Multiply 
Negative 
Pow(Int32) 
Pow(RealNumber) 
Sign 
Sin 
Sinh 
Sqrt 
Subtract 
Tan 
Tanh 
ToStringReturns a string that represents the current object.
(Inherited from Object)
XmlDeserialize 
XmlDeserializeFromString 
XmlSerialize 
XmlSerializeToString 

Operators

See Also