Operations<T>.Truncate Method

Returns the largest integer less than or equal to a number.

Definition

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

Parameters

operand  T
 

Return Value

T

See Also