Vector::IsDouble Property

__declspec(property(get = GetIsDouble, put = SetIsDouble)) bool IsDouble;

Read: bool GetIsDouble() const;
Write: void SetIsDouble(const bool value) const;
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler