clVector::Length Property

__declspec(property(get = GetLength, put = SetLength)) int Length;

Read: int GetLength() const;
Write: void SetLength(const int Value) const;
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler