| SbMatrixDet3 Method (Int32, Int32, Int32, Int32, Int32, Int32) | 
 
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntaxpublic float Det3(
	int r1,
	int r2,
	int r3,
	int c1,
	int c2,
	int c3
)
Public Function Det3 ( 
	r1 As Integer,
	r2 As Integer,
	r3 As Integer,
	c1 As Integer,
	c2 As Integer,
	c3 As Integer
) As Single
public:
float Det3(
	int r1, 
	int r2, 
	int r3, 
	int c1, 
	int c2, 
	int c3
)
member Det3 : 
        r1 : int * 
        r2 : int * 
        r3 : int * 
        c1 : int * 
        c2 : int * 
        c3 : int -> float32 
Parameters
- r1
 - Type: SystemInt32
 - r2
 - Type: SystemInt32
 - r3
 - Type: SystemInt32
 - c1
 - Type: SystemInt32
 - c2
 - Type: SystemInt32
 - c3
 - Type: SystemInt32
 
Return Value
Type: 
Single
See Also