IFloatingPoint<TSelf>.Truncate(TSelf) 方法

定义

截断值。

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

参数

x
TSelf

要截断的值。

返回

TSelf

的截断 x

适用于