TIntMatrixValue::Value Property

__declspec(property(get = GetValue, put = SetIntMatrixValue)) TMtxInt*Value;

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