Gets a delegate that returns
the smallest integer greather than or equal to a number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Func<T, T> Ceiling { get; }
Public Shared ReadOnly Property Ceiling As Func(Of T, T)
Get
public:
static property Func<T, T>^ Ceiling {
Func<T, T>^ get ();
}
static member Ceiling : Func<'T, 'T> with get
Property Value
Type:
FuncT,
T
Reference