This is the documentation for Enlighten.

class GeoStd IsFloatingPoint

template<typename T>
class GeoStd::IsFloatingPoint

Equivalent of std::is_floating_point (c++11)

True if floating point type

Variables

Name Description
const bool Value = IsSame<UnqualifiedT, float>::Value || IsSame<UnqualifiedT, double>::Value

The result.