| DoubleComplexMatrixSet(DoubleComplex) Method |
Sets the data elements of this vector to the specified value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix Set(
DoubleComplex d
)
Public Function Set (
d As DoubleComplex
) As DoubleComplexMatrix
public:
DoubleComplexMatrix^ Set(
DoubleComplex d
)
member Set :
d : DoubleComplex -> DoubleComplexMatrix
Parameters
- d DoubleComplex
- The new value.
Return Value
DoubleComplexMatrixA reference to self.
See Also