Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e9502b6b f8a6 4e84 cad2 3728aba82820

haplokuon edited this page May 6, 2023 · 1 revision

Determinant Method

netDxf 3.0.0 Library

Calculate the determinant of the actual matrix.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double Determinant()

VB

Public Function Determinant As Double

C++

public:
double Determinant()

F#

member Determinant : unit -> float 

Return Value

Double
Determinant.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally