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)
xamarinwatchos
namespace System.Numerics
{
public struct Complex : IEquatable<Complex>, IFormattable
{
public static Complex FromPolarCoordinates(double magnitude, double phase);
}
}
NetFx Compat Lab | 0.3 %
Reference this API |
---|---|
nuget.org | 0.0 %
Reference this API |
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 1.01.12.02.12.23.03.1 |
.NET Framework | 4.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 1.11.21.31.41.51.62.02.1 |
Information specific to xamarinwatchos | |
Assembly | System.Numerics , Version=2.0.5.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API