Gets the shape.

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

Syntax

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

See Also