public AnnualInterest operator /( AnnualInterest x, double quotient )
Parameters
- x
- Annual-interest estimation operand
- quotient
- The quotient by which x is divided.
public AnnualInterest operator /( AnnualInterest x, double quotient )
Exception | Description |
---|---|
System.DivideByZeroException | This exception is thrown if quotient is zero. |
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed