 | ContainerComputeVolume Method |
Calculates the volume in ml for the container
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic double ComputeVolume(
double height,
bool deckCoordinates = false
)
Public Function ComputeVolume (
height As Double,
Optional deckCoordinates As Boolean = false
) As Double
public:
double ComputeVolume(
double height,
bool deckCoordinates = false
)
member ComputeVolume :
height : float *
?deckCoordinates : bool
(* Defaults:
let _deckCoordinates = defaultArg deckCoordinates false
*)
-> float
Parameters
- height
- Type: SystemDouble
The internal height in mm in the container - deckCoordinates (Optional)
- Type: SystemBoolean
Specifies whether the internal height is measured in deck coordinates or container coordinates
Return Value
Type:
Double
See Also