|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax Public Shared Function FromFluidOunces (
value As Double
) As Volume
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