|
SpeedFromMach Method
|
Creates a new
Speed value from the specified
value in Mach.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntaxpublic static Speed FromMach(
double value
)
Public Shared Function FromMach (
value As Double
) As Speed
public:
static Speed FromMach(
double value
)
static member FromMach :
value : float -> Speed
GSF.Units.Speed.FromMach = function(value);
View SourceParameters
- value Double
- New Speed value in Mach.
Return Value
SpeedNew
Speed object from the specified
value in Mach.
See Also