__declspec(property(get = GetIntegerValue, put = SetIntegerValue)) long long IntegerValue;
Returns value as integer.
Read:
long long GetIntegerValue();Write:
void SetIntegerValue(const long long Value);Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler