Class FloatMath
java.lang.Object
org.checkerframework.common.value.util.NumberMath<Float>
org.checkerframework.common.value.util.FloatMath
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbitwiseAnd(Number right) bitwiseXor(Number right) Returns the result of dividing thethisbyright.greaterThan(Number right) greaterThanEq(Number right) lessThanEq(Number right) notEqualTo(Number right) Returns the result ofthis % right.signedShiftRight(Number right) unsignedShiftRight(Number right) Methods inherited from class org.checkerframework.common.value.util.NumberMath
getNumberMath, isIntegralZero 
- 
Constructor Details
- 
FloatMath
public FloatMath(float i)  
 - 
 - 
Method Details
- 
plus
- Specified by:
 plusin classNumberMath<Float>
 - 
minus
- Specified by:
 minusin classNumberMath<Float>
 - 
times
- Specified by:
 timesin classNumberMath<Float>
 - 
divide
Description copied from class:NumberMathReturns the result of dividing thethisbyright. Ifrightis zero and this is an integer division,nullis returned.- Specified by:
 dividein classNumberMath<Float>
 - 
remainder
Description copied from class:NumberMathReturns the result ofthis % right. Ifrightis zero and this is an integer remainder,nullis returned.- Specified by:
 remainderin classNumberMath<Float>
 - 
shiftLeft
- Specified by:
 shiftLeftin classNumberMath<Float>
 - 
signedShiftRight
- Specified by:
 signedShiftRightin classNumberMath<Float>
 - 
unsignedShiftRight
- Specified by:
 unsignedShiftRightin classNumberMath<Float>
 - 
bitwiseAnd
- Specified by:
 bitwiseAndin classNumberMath<Float>
 - 
bitwiseXor
- Specified by:
 bitwiseXorin classNumberMath<Float>
 - 
bitwiseOr
- Specified by:
 bitwiseOrin classNumberMath<Float>
 - 
unaryPlus
- Specified by:
 unaryPlusin classNumberMath<Float>
 - 
unaryMinus
- Specified by:
 unaryMinusin classNumberMath<Float>
 - 
bitwiseComplement
- Specified by:
 bitwiseComplementin classNumberMath<Float>
 - 
equalTo
- Specified by:
 equalToin classNumberMath<Float>
 - 
notEqualTo
- Specified by:
 notEqualToin classNumberMath<Float>
 - 
greaterThan
- Specified by:
 greaterThanin classNumberMath<Float>
 - 
greaterThanEq
- Specified by:
 greaterThanEqin classNumberMath<Float>
 - 
lessThan
- Specified by:
 lessThanin classNumberMath<Float>
 - 
lessThanEq
- Specified by:
 lessThanEqin classNumberMath<Float>
 
 -