Integers Binary Math Function
abstract class IntegersBinaryMathFunction(name: String) : BinaryMathFunction
Content copied to clipboard
Base class to implement math functions accepting only integers
Author
Enrico
Parameters
name
the function name
Constructors
IntegersBinaryMathFunction
Link copied to clipboard
the function name
Properties
descriptionPair
Link copied to clipboard
Gets this wrapped primitive description Pair formed by signature and wrapped primitive type
wrappedImplementation
Link copied to clipboard
Inheritors
BitwiseAnd
Link copied to clipboard
BitwiseLeftShift
Link copied to clipboard
BitwiseOr
Link copied to clipboard
BitwiseRightShift
Link copied to clipboard
IntegerDivision
Link copied to clipboard
Modulo
Link copied to clipboard
Remainder
Link copied to clipboard