Math<T>.Ceiling Method

Returns the smallest integer greater than or equal to the specified number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static T Ceiling(
	T value
)

Parameters

value  T
 

Return Value

T

See Also