Click or drag to resize

DoubleComplexMatrixSet(DoubleComplex) Method

Sets the data elements of this vector to the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix Set(
	DoubleComplex d
)

Parameters

d  DoubleComplex
The new value.

Return Value

DoubleComplexMatrix
A reference to self.
See Also