public interface NumericType<T extends NumericType<T>> extends Type<T>
Modifier and Type | Method and Description |
---|---|
void |
add(T c) |
void |
div(T c) |
void |
mul(double c) |
void |
mul(float c) |
void |
mul(T c) |
void |
setOne() |
void |
setZero() |
void |
sub(T c) |
copy, createArray1D, createArray2D, createArray3D, createSuitableDirectAccessContainer, createVariable, decIndex, decIndex, duplicateTypeOnSameDirectAccessContainer, getDefaultDisplay, getEntitiesPerPixel, getIndex, incIndex, incIndex, set, updateContainer, updateIndex
Copyright © 2015–2021 Fiji. All rights reserved.