|
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.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
SyntaxPublic Shared Function FromMach (
value As Double
) As 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