ComplexNumber Class

Definition

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

Constructors

ComplexNumberInitializes a new instance of the ComplexNumber class

Properties

Methods

Abs 
Acos 
Acosh 
Add 
Angle 
Asin 
Asinh 
Atan 
Atanh 
BinaryDeserialize 
BinaryDeserializeFromByteArray 
BinarySerialize 
BinarySerializeToByteArray 
Conj 
Cos 
Cosh 
DblImagValue 
DblRealValue 
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)
Imag 
InitDbl 
InitDblReIm 
InitRe 
InitReIm 
IsNotZero 
IsZero 
Log 
Log(ComplexNumber) 
Log10 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Multiply 
Negative 
Pow(ComplexNumber) 
Pow(Int32) 
Real 
Sin 
Sinh 
Sqrt 
Subtract 
Tan 
Tanh 
ToStringReturns a string that represents the current object.
(Inherited from Object)
XmlDeserialize 
XmlDeserializeFromString 
XmlSerialize 
XmlSerializeToString 

Operators

See Also