Transform1D.Determinant Property

Transform1DDeterminant Property

The determinant of this transformation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double Determinant { get; }
Public ReadOnly Property Determinant As Double
	Get
public:
property double Determinant {
	double get ();
}
member Determinant : float with get

Property Value

Double
See Also