Click or drag to resize

RandomNumberNext Method (Int32, Int32)

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

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

Parameters

minValue
Type: SystemInt32

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

maxValue
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also