TBoolMatrixValue::BoolMatrixValue Property

__declspec(property(get = GetBoolMatrixValue, put = SetIntMatrixValue)) TMtxInt*BoolMatrixValue;

Returns value as Bool vector.

Read: TMtxInt *GetBoolMatrixValue();
Write: void SetIntMatrixValue(TMtxInt *Value);
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler