TRangeValue::BoolValue Property

__declspec(property(get = GetBoolValue, put = SetBoolValue)) bool BoolValue;

Returns value as Bool vector.

Read: bool GetBoolValue();
Write: void SetBoolValue(const bool Value);
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler