Gets a delegate that returns
whether the operand is a negative infinity.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, bool> IsNegativeInfinity { get; }
Public Shared ReadOnly Property IsNegativeInfinity As Func(Of T, Boolean)
Get
public:
static property Func<T, bool>^ IsNegativeInfinity {
Func<T, bool>^ get ();
}
static member IsNegativeInfinity : Func<'T, bool> with get
Property Value
Type:
FuncT,
Boolean
Reference