Complex<T>.Zero Property

Definition

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

Property Value

Implements

Applies to