Quad.Floor Method

Returns the largest integer less than or equal to the specified quadruple precision number.

Definition

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

Parameters

value  Quad
A quadruple precision number.

Return Value

Quad
The largest integer less than or equal to value.

Implements

IFloatingPoint<TSelf>.Floor(TSelf)

See Also