Complex<T>.One Property

Definition

public:
 static property System::Numerics::Complex<T> One { System::Numerics::Complex<T> get(); };
public static System.Numerics.Complex<T> One { get; }
static member One : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Public Shared ReadOnly Property One As Complex(Of T)

Property Value

Implements

One

Applies to