|
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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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