Gets the scale.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public float Scale { get; internal set; }
Visual Basic (Declaration)
Public Property Scale As Single
Visual C++
public:
property float Scale {
	float get ();
	void set (float value);
}

See Also