Test additional content header

ValueMathCeilingT Method

Returns the smallest integral value that is greater than or equal to the specified underlying decimal number.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static T Ceiling<T>(
	T value
)
where T : new(), IValueProvider

Parameters

value  T
Value to get Ceiling for

Type Parameters

T
Type of value

Return Value

T
Value containing the primitive result, expression name and input value as an argument.

Remarks

Please refer to .NET Math.Ceiling(Decimal) documentation for more details.

See Also