|
VolumeFromFluidOunces Method
|
Creates a new
Volume value from the specified
value in US fluid ounces.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+0b829228edbb9eb70c95990c4ac87443757fef2d
Syntaxpublic static Volume FromFluidOunces(
double value
)
Public Shared Function FromFluidOunces (
value As Double
) As Volume
public:
static Volume FromFluidOunces(
double value
)
static member FromFluidOunces :
value : float -> Volume GSF.Units.Volume.FromFluidOunces = function(value);
View SourceParameters
- value Double
- New Volume value in US fluid ounces.
Return Value
VolumeNew
Volume object from the specified
value in US fluid ounces.
See Also