Complex
ImaginaryOne
Infinity
NaN
One
Zero
Complex(Double, Double)
Imaginary
Magnitude
Phase
Real
Abs(Complex)
Acos(Complex)
Add(Complex, Complex)
Add(Complex, Double)
Add(Double, Complex)
Asin(Complex)
Atan(Complex)
Conjugate(Complex)
Cos(Complex)
Cosh(Complex)
CreateChecked<TOther>(TOther)
CreateSaturating<TOther>(TOther)
CreateTruncating<TOther>(TOther)
Divide(Complex, Complex)
Divide(Complex, Double)
Divide(Double, Complex)
Equals(Complex)
Equals(Object)
Exp(Complex)
FromPolarCoordinates(Double, Double)
GetHashCode()
IsComplexNumber(Complex)
IsEvenInteger(Complex)
IsFinite(Complex)
IsImaginaryNumber(Complex)
IsInfinity(Complex)
IsInteger(Complex)
IsNaN(Complex)
IsNegative(Complex)
IsNegativeInfinity(Complex)
IsNormal(Complex)
IsOddInteger(Complex)
IsPositive(Complex)
IsPositiveInfinity(Complex)
IsRealNumber(Complex)
IsSubnormal(Complex)
Log(Complex)
Log(Complex, Double)
Log10(Complex)
MaxMagnitude(Complex, Complex)
MinMagnitude(Complex, Complex)
Multiply(Complex, Complex)
Multiply(Complex, Double)
Multiply(Double, Complex)
Negate(Complex)
Parse(String, IFormatProvider)
Parse(String, NumberStyles, IFormatProvider)
Parse(ReadOnlySpan<Char>, IFormatProvider)
Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)
Pow(Complex, Complex)
Pow(Complex, Double)
Reciprocal(Complex)
Sin(Complex)
Sinh(Complex)
Sqrt(Complex)
Subtract(Complex, Complex)
Subtract(Complex, Double)
Subtract(Double, Complex)
Tan(Complex)
Tanh(Complex)
ToString()
ToString(IFormatProvider)
ToString(String)
ToString(String, IFormatProvider)
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryParse(String, IFormatProvider, Complex)
TryParse(String, NumberStyles, IFormatProvider, Complex)
TryParse(ReadOnlySpan<Char>, IFormatProvider, Complex)
TryParse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider, Complex)
explicit operator Complex(BigInteger)
explicit operator Complex(Decimal)
explicit operator Complex(Int128)
explicit operator Complex(UInt128)
implicit operator Complex(Byte)
implicit operator Complex(Char)
implicit operator Complex(Double)
implicit operator Complex(Half)
implicit operator Complex(Int16)
implicit operator Complex(Int32)
implicit operator Complex(Int64)
implicit operator Complex(nint)
implicit operator Complex(nuint)
implicit operator Complex(SByte)
implicit operator Complex(Single)
implicit operator Complex(UInt16)
implicit operator Complex(UInt32)
implicit operator Complex(UInt64)
operator --(Complex)
operator -(Complex)
operator -(Complex, Complex)
operator -(Complex, Double)
operator -(Double, Complex)
operator !=(Complex, Complex)
operator *(Complex, Complex)
operator *(Complex, Double)
operator *(Double, Complex)
operator /(Complex, Complex)
operator /(Complex, Double)
operator /(Double, Complex)
operator +(Complex)
operator +(Complex, Complex)
operator +(Complex, Double)
operator +(Double, Complex)
operator ++(Complex)
operator ==(Complex, Complex)
netcoreapp3.1
namespace System.Numerics
{
public struct Complex : IEquatable<Complex>, IFormattable
{
public static Complex operator +(double left, Complex right);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
Information specific to netcoreapp3.1 | |
Assembly | System.Runtime.Numerics , Version=4.1.2.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API