|
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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
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