object OperatorModulo extends Operator

Operator that compute modulo from dividing two numbers.

Linear Supertypes
Operator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OperatorModulo
  2. Operator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def %(num1: Double, num2: Double): Double
  2. def %(num1: Double, num2: Float): Double
  3. def %(num1: Double, num2: Long): Double
  4. def %(num1: Double, num2: Integer): Double
  5. def %(num1: Double, num2: Short): Double
  6. def %(num1: Double, num2: Byte): Double
  7. def %(num1: Float, num2: Double): Double
  8. def %(num1: Float, num2: Float): Float
  9. def %(num1: Float, num2: Long): Float
  10. def %(num1: Float, num2: Integer): Float
  11. def %(num1: Float, num2: Short): Float
  12. def %(num1: Float, num2: Byte): Float
  13. def %(num1: Long, num2: Double): Double
  14. def %(num1: Long, num2: Float): Float
  15. def %(num1: Long, num2: Long): Long
  16. def %(num1: Long, num2: Integer): Long
  17. def %(num1: Long, num2: Short): Long
  18. def %(num1: Long, num2: Byte): Long
  19. def %(num1: Integer, num2: Double): Double
  20. def %(num1: Integer, num2: Float): Float
  21. def %(num1: Integer, num2: Long): Long
  22. def %(num1: Integer, num2: Integer): Integer
  23. def %(num1: Integer, num2: Short): Integer
  24. def %(num1: Integer, num2: Byte): Integer
  25. def %(num1: Short, num2: Double): Double
  26. def %(num1: Short, num2: Float): Float
  27. def %(num1: Short, num2: Long): Long
  28. def %(num1: Short, num2: Integer): Integer
  29. def %(num1: Short, num2: Short): Short
  30. def %(num1: Short, num2: Byte): Short
  31. def %(num1: Byte, num2: Double): Double
  32. def %(num1: Byte, num2: Float): Float
  33. def %(num1: Byte, num2: Long): Long
  34. def %(num1: Byte, num2: Integer): Integer
  35. def %(num1: Byte, num2: Short): Short
  36. def %(num1: Byte, num2: Byte): Byte