|
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.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
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