A random number between [-Pi...Pi].

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public static double NextDouble_Pi_Pi()
Visual Basic (Declaration)
Public Shared Function NextDouble_Pi_Pi As Double
Visual C++
public:
static double NextDouble_Pi_Pi()

Return Value

Returns a random number between [-Pi...Pi].

See Also