Package ch.njol.skript.classes
Interface Arithmetic<A,R>
- Type Parameters:
A
- the type of the absolute valueR
- the type of the relative value
- All Known Implementing Classes:
NumberArithmetic
,VectorArithmethic
public interface Arithmetic<A,R>
Represents arithmetic for certain two types. Multiplication, division and
power of methods are optional and may throw UnsupportedOperationExceptions.
-
Method Summary
-
Method Details
-
difference
-
add
-
subtract
-
multiply
-
divide
-
power
-