Fills the given array of double-precision complex numbers with random values.

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

Syntax

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

Parameters

v
Type: array< CenterSpace.NMath.Core..::.DoubleComplex >[]()[]
An array.

Remarks

v must be initialized before calling this method.

See Also