Multiplies the component at the specified location by a value.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public virtual void MultiplyAt(
int row,
int column,
float value
)
|
| Visual Basic (Declaration) |
Public Overridable Sub MultiplyAt ( _
row As Integer, _
column As Integer, _
value As Single _
)
|
| Visual C++ |
public:
virtual void MultiplyAt(
int row,
int column,
float value
)
|
| F# |
abstract MultiplyAt :
row:int *
column:int *
value:float32 -> unit
override MultiplyAt :
row:int *
column:int *
value:float32 -> unit
|
Remarks
See Also