The second shape parameter.

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

Syntax

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

See Also