Click or drag to resize

RandomNumberNext Method (Double, Double)

[Missing <summary> documentation for "M:Demo3D.Utilities.RandomNumber.Next(System.Double,System.Double)"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public double Next(
	double minValue,
	double maxValue
)

Parameters

minValue
Type: SystemDouble

[Missing <param name="minValue"/> documentation for "M:Demo3D.Utilities.RandomNumber.Next(System.Double,System.Double)"]

maxValue
Type: SystemDouble

[Missing <param name="maxValue"/> documentation for "M:Demo3D.Utilities.RandomNumber.Next(System.Double,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Demo3D.Utilities.RandomNumber.Next(System.Double,System.Double)"]

See Also