System::IsPositiveInfinity 方法

System::IsPositiveInfinity method

确定指定的值是否表示正无穷。

template<typename T> bool System::IsPositiveInfinity(const T &value)
参数描述
T函数检查的值的类型
参数类型描述
const T&要检查的值

ReturnValue

如果 value 表示正无穷则为 true,否则 - false

另见