Package net.sourceforge.jarduino.message
Class ArduinoSignalRange
java.lang.Object
net.sourceforge.jarduino.message.ArduinoSignalRange
public final class ArduinoSignalRange extends Object
Arduino Signal Range.
-
Method Summary
Modifier and Type Method Description Number
getMaximum()
Obtain the maximum.Number
getMinimum()
Obtain the minimum.boolean
isFloat()
Does this range use floats?String
toString()
boolean
unBounded()
is the range unbounded?
-
Method Details
-
getMaximum
Obtain the maximum.- Returns:
- the maximum
-
getMinimum
Obtain the minimum.- Returns:
- the minimum
-
unBounded
public boolean unBounded()is the range unbounded?- Returns:
- true/false
-
isFloat
public boolean isFloat()Does this range use floats?- Returns:
- true/false
-
toString
-