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