Transformation.ActOnLeftOne (Single, Single, Single, Single(,)) Method

Public Shared Function ActOnLeftOne( _ 
ByVal x As Single, _ 
ByVal y As Single, _ 
ByVal z As Single, _ 
ByVal m As Single(,) _ 
) As Single()
This language is not supported or no code example is available.
public static float[] ActOnLeftOne( 
float x
float y
float z
float[,] m 
)
This language is not supported or no code example is available.

Parameters

x
float

y
float

z
float

m
float[,]

Return Value

float[]

.NET Framework

Supported in: 4.8

In this article

Definition