Click or drag to resize

DoubleComplexVector(Int32, DoubleComplex) Constructor

Constructs a DoubleComplexVector instance with the given length, and all values initialized to the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexVector(
	int length,
	DoubleComplex initVal
)

Parameters

length  Int32
A non-negative value for the length.
initVal  DoubleComplex
An initial value.
See Also