Complex<T>.Infinity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)