共用方式為


MathF.Truncate(Single) 方法

定義

計算指定之單精度浮點數的整數部分。

public:
 static float Truncate(float x);
public static float Truncate (float x);
static member Truncate : single -> single
Public Shared Function Truncate (x As Single) As Single

參數

x
Single

要截斷的數位。

傳回

x 的截斷表示法

備註

Truncate 會將 x 四捨五入為最接近零的整數。

適用於

另請參閱