public float Square { get; }
Public ReadOnly Property Square As Single Get
Return X2+Y2+Z2+W2, which is a square of vector's norm or a dot product of this vector with itself.
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.