Matrix.MultiplyX3 Method

3x3 scalar by matrix multiplication.
Public Shared Function MultiplyX3( _ 
ByVal a As Double(), _ 
ByVal b As Double(,) _ 
) As Double()
This language is not supported or no code example is available.
public static double[] MultiplyX3( 
double[] a
double[,] b 
)
This language is not supported or no code example is available.

Parameters

a
double[]

The scalar value

b
double[,]

The matrix

Return Value

double[]

The multiplication result.

.NET Framework

Supported in: 4.8

In this article

Definition