Fills the given array of doubles with random values.

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

Syntax

C#
public override void Fill(
	double[] v
)
Visual Basic (Declaration)
Public Overrides Sub Fill ( _
	v As Double() _
)
Visual C++
public:
virtual void Fill(
	array<double>^ v
) override

Parameters

v
Type: array< System..::.Double >[]()[]
An array.

Remarks

v must be initialized before calling this method.

See Also