sign
函数功能
快速符号函数运算。
函数原型
1
inline
float
FastMath::sign
(
float
x
);
参数说明
参数名
输入/输出
说明
x
输入
float型。
返回参数说明
数据结构
运算说明
float
运算结果。
父主题:
FastMath