public class ComplexNumber : IComplexNumberPublic Class ComplexNumber
Implements IComplexNumberpublic ref class ComplexNumber : IComplexNumbertype ComplexNumber =
class
interface IComplexNumber
end| ComplexNumber | Initializes a new instance of the ComplexNumber class |
| Abs | |
| Acos | |
| Acosh | |
| Add | |
| Angle | |
| Asin | |
| Asinh | |
| Atan | |
| Atanh | |
| BinaryDeserialize | |
| BinaryDeserializeFromByteArray | |
| BinarySerialize | |
| BinarySerializeToByteArray | |
| Conj | |
| Cos | |
| Cosh | |
| DblImagValue | |
| DblRealValue | |
| 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) |
| Imag | |
| InitDbl | |
| InitDblReIm | |
| InitRe | |
| InitReIm | |
| IsNotZero | |
| IsZero | |
| Log | |
| Log(ComplexNumber) | |
| Log10 | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Multiply | |
| Negative | |
| Pow(ComplexNumber) | |
| Pow(Int32) | |
| Real | |
| Sin | |
| Sinh | |
| Sqrt | |
| Subtract | |
| Tan | |
| Tanh | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| XmlDeserialize | |
| XmlDeserializeFromString | |
| XmlSerialize | |
| XmlSerializeToString |