Complex<T>.ImaginaryOne Property

Definition

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

Property Value

Applies to