TIntMatrixValue::BoolVectorValue Property

__declspec(property(get = GetBoolVectorValue, put = SetIntVectorValue)) TVecInt*BoolVectorValue;

Returns value as Bool vector.

Read: TVecInt *GetBoolVectorValue();
Write: void SetIntVectorValue(TVecInt *Value);
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler