Closed frankcollins3 closed 1 year ago
attempting to do: divide decimal / double
error: error CS0019: Operator '/' cannot be applied to operands of type 'decimal' and 'double'
proposed approach: / m ? look for another way to handle this.
proposed improvements:
👍 just forgot the m
attempting to do: divide decimal / double
error: error CS0019: Operator '/' cannot be applied to operands of type 'decimal' and 'double'
proposed approach: / m ? look for another way to handle this.
proposed improvements: