2 references to Determinant
Microsoft.Maui.Controls (2)
Shapes\Matrix.cs (2)
250
public bool HasInverse { get { return
Determinant
!= 0; } }
255
double determinant =
Determinant
;