IFloatingPoint<TSelf>.Truncate(TSelf) Método

Definición

Trunca un valor.

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

Parámetros

x
TSelf

Valor que se va a truncar.

Devoluciones

TSelf

Truncamiento de x.

Se aplica a