public static interface ScalarOperation.Subtraction<T,N extends Number> extends ScalarOperation
ScalarOperation.Addition<T,N extends Number>, ScalarOperation.Division<T,N extends Number>, ScalarOperation.Multiplication<T,N extends Number>, ScalarOperation.Subtraction<T,N extends Number>
Modifier and Type | Method and Description |
---|---|
T |
subtract(double scalarSubtrahend) |
T |
subtract(N scalarSubtrahend) |
Copyright © 2019 Optimatika. All rights reserved.