Uses of Class
com.storedobject.core.Volume
Packages that use Volume
-
Uses of Volume in com.storedobject.core
Methods in com.storedobject.core that return VolumeModifier and TypeMethodDescriptionVolume.absolute()
Absolute value of this quantity.Add quantityAdd quantity valueVolume.add
(BigDecimal quantity) Add quantitystatic Volume
Box.static Volume
Cone.Distance.cube()
Create a cube by taking this as the side of the cube.static Volume
Cube.Volume.divide
(double divisor) Divide the quantity with a valueVolume.divide
(BigDecimal divisor) Divide the quantity with a valueVolume.multiply
(double multiplicand) MultiplyVolume.multiply
(BigDecimal multiplicand) MultiplyVolume.negate()
Reverses the sign of this quantityCreate volume of a prism with this as the base and for the given height.static Volume
Prism.Create volume of a pyramid with this as the base and for the given height.Subtract quantitySubtract quantityVolume.subtract
(BigDecimal quantity) Subtract quantityVolume.zero()
Create a quantity of this type with zero value.