Fills the given array of double-precision complex numbers with random values.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public virtual void Fill( DoubleComplex[] v ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Fill ( _ v As DoubleComplex() _ ) |
| Visual C++ |
|---|
public: virtual void Fill( array<DoubleComplex>^ v ) |
Parameters
- v
- Type: array<
CenterSpace.NMath.Core..::.DoubleComplex
>[]()[]
An array.
Remarks
v must be initialized before calling this method.