Scales each element in the matrix by the specified value.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexMatrix Scale( FloatComplex s ) |
| Visual Basic (Declaration) |
|---|
Public Function Scale ( _ s As FloatComplex _ ) As FloatComplexMatrix |
| Visual C++ |
|---|
public: FloatComplexMatrix^ Scale( FloatComplex s ) |
Parameters
- s
- Type: CenterSpace.NMath.Core..::.FloatComplex
Scale.
Return Value
This matrix.
Remarks
Does not copy the data.