IFloatingPoint<TSelf>.Truncate(TSelf) Method

Definition

Truncates a value.

public:
 static override TSelf Truncate(TSelf x);
public static virtual TSelf Truncate (TSelf x);
static member Truncate : 'Self -> 'Self
Public Shared Overrides Function Truncate (x As TSelf) As TSelf

Parameters

x
TSelf

The value to truncate.

Returns

TSelf

The truncation of x.

Applies to