A random number between [-2*Pi...2*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_2Pi_2Pi()
Visual Basic (Declaration)
Public Shared Function NextDouble_2Pi_2Pi As Double
Visual C++
public:
static double NextDouble_2Pi_2Pi()

Return Value

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

See Also