Matrix.Multiply (Double, ref Double(,)) Method

Scalar by matrix multiplication.
Public Shared Sub Multiply( _ 
ByVal scalar As Double, _ 
ByRef matrix As Double(,) _ 
)
This language is not supported or no code example is available.
public static void Multiply( 
double scalar
ref double[,] matrix 
)
This language is not supported or no code example is available.

Parameters

scalar
double

The scalar value

matrix
double[,]

The matrix

.NET Framework

Supported in: 4.8

In this article

Definition