FMatrix3GetDeterminant(Single) Method
Return the 3x3 determinant of the caller's value set, using no
pre-checks.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetDeterminant(
float[,] values
)
Public Shared Function GetDeterminant (
values As Single(,)
) As Single
No code example is currently available or this language may not be supported.
- values Single
-
Reference to a two dimensional array of values representing the content
of the matrix.
Single
The determinant of the 3 x 3 set of values.