Click or drag to resize

SpeedExtensionsKnots(Speed) Method

Creates a new Speed measured in knots

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Speed Knots(
	this Speed value
)

Parameters

value  Speed
The Speed to convert

Return Value

Speed
A Speed

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Speed. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also