IFractionalOperations<T>.Ceiling Method

Returns the smallest integer greater than or equal to a value.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Ceiling(
	T a
)

Parameters

a  T
A value.

Return Value

T
The smallest integer greater than or equal to a.

See Also