clValue::Tag Property

__declspec(property(get = GetTag, put = SetTag)) long long Tag;

Read: long long GetTag() const;
Write: void SetTag(const long long Value) const;
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler