NDepend.API Documentation
Division Operator (Debt)
NDepend.TechnicalDebt Namespace > Debt Structure : Division Operator
Debt estimation operand
The quotient by which x is divided.
Divide x by quotient.
Syntax
public Debt operator /( 
   Debt x,
   double quotient
)

Parameters

x
Debt estimation operand
quotient
The quotient by which x is divided.
Exceptions
ExceptionDescription
This exception is thrown if quotient is zero.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

Debt Structure
Debt Members