ValueMathTruncateT Method
Calculates the integral part of a specified underlying decimal number.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static T Truncate<T>(
T value
)
where T : new(), IValueProvider
- value T
- Value to Truncate
- T
- Type of value
TValue containing the primitive result, expression name and input value as an argument.
Please refer to .NET Math.Truncate(Decimal) documentation for more details.