operator / method
TValue
operator /(
- Decimal divisor
Divides this value by divisor
.
Implementation
TValue operator /(Decimal divisor) => createValue(baseValue / divisor);
Divides this value by divisor
.
TValue operator /(Decimal divisor) => createValue(baseValue / divisor);