Class FloatFactory
java.lang.Object
net.woggioni.jmath.FloatFactory
- All Implemented Interfaces:
NumericTypeFactory<FloatValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArray(int size) static NumericTypeFactory<FloatValue> getOne()getZero()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NumericTypeFactory
getMinusOne
-
Constructor Details
-
FloatFactory
public FloatFactory()
-
-
Method Details
-
getZero
- Specified by:
getZeroin interfaceNumericTypeFactory<FloatValue>
-
getOne
- Specified by:
getOnein interfaceNumericTypeFactory<FloatValue>
-
getArray
- Specified by:
getArrayin interfaceNumericTypeFactory<FloatValue>
-
getInstance
-