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截斷。

適用於