|
VolumeFromCubicInches Method
|
Creates a new
Volume value from the specified
value in cubic inches.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
SyntaxPublic Shared Function FromCubicInches (
value As Double
) As Volume
static member FromCubicInches :
value : float -> Volume
GSF.Units.Volume.FromCubicInches = function(value);
View SourceParameters
- value Double
- New Volume value in cubic inches.
Return Value
VolumeNew
Volume object from the specified
value in cubic inches.
See Also