TBoolMatrixValue::IntMatrixValue Property

__declspec(property(get = GetIntMatrixValue, put = SetIntMatrixValue)) TMtxInt*IntMatrixValue;

Returns value as Bool vector.

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