Utility.MultMatrixf Method

Multiplies two matrices.
Public Shared Function MultMatrixf( _ 
ByVal a As Single(), _ 
ByVal b As Single() _ 
) As Single()
This language is not supported or no code example is available.
public static float[] MultMatrixf( 
float[] a
float[] b 
)
This language is not supported or no code example is available.

Parameters

a
float[]

first matrix

b
float[]

second matrix

Return Value

float[]

The matrix a x b.

.NET Framework

Supported in: 4.8

In this article

Definition