- All Superinterfaces:
IntSettable,LongSettable,ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
DoubleOutputField,DoubleSettable,FloatOutputField
- All Known Implementing Classes:
DoubleRegister,FloatRegister
A
TokenSettable object containing a float value.- See Also:
-
TokenTypeConstant#FLOAT
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(float value) Sets the container to the given float value.Methods inherited from interface com.pervasive.datarush.tokens.scalar.IntSettable
setMethods inherited from interface com.pervasive.datarush.tokens.scalar.LongSettable
setMethods inherited from interface com.pervasive.datarush.types.ScalarTyped
getTypeMethods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
Method Details
-
set
void set(float value) Sets the container to the given float value.- Parameters:
value- float value to which to set the container
-