Complex<T>.Infinity Property

Definition

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

Property Value

Applies to