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, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

Debt Structure
Debt Members