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 FloatMatrix Scale( float s ) |
| Visual Basic (Declaration) |
|---|
Public Function Scale ( _ s As Single _ ) As FloatMatrix |
| Visual C++ |
|---|
public: FloatMatrix^ Scale( float s ) |
Parameters
- s
- Type: System..::.Single
Scale.
Return Value
This matrix.
Remarks
Does not copy the data.