TIntegerValue::Value Property

__declspec(property(get = GetValue, put = SetValue)) long long Value;

Read: long long GetValue();
Write: void SetValue(const long long value);
Declared in Dew::Math::TIntegerValue · Dew.Math/MtxParseClass.h · Cross-compiler