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 的截断表示形式

注解

Truncatex 舍入到最接近的整数向零。

适用于

另请参阅