|
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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
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