System::IsNegativeInfinity 方法

System::IsNegativeInfinity method

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

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

ReturnValue

如果 value 表示负无穷大则为 True,否则为 false

另见