|
VolumeFromCubicFeet Method
|
Creates a new
Volume value from the specified
value in cubic feet.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntaxpublic static Volume FromCubicFeet(
double value
)
Public Shared Function FromCubicFeet (
value As Double
) As Volume
public:
static Volume FromCubicFeet(
double value
)
static member FromCubicFeet :
value : float -> Volume
GSF.Units.Volume.FromCubicFeet = function(value);
View SourceParameters
- value Double
- New Volume value in cubic feet.
Return Value
VolumeNew
Volume object from the specified
value in cubic feet.
See Also