Builds a new GPSSpeed structure.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public GPSSpeed(
	IOParams..::..GPSSpeedReference Ref,
	double Spe
)
Public Sub New ( _
	Ref As IOParams..::..GPSSpeedReference, _
	Spe As Double _
)
public:
GPSSpeed(
	IOParams..::..GPSSpeedReference Ref, 
	double Spe
)

Parameters

Ref
IOParams..::..GPSSpeedReference
The used unit.
Spe
Double
The actual speed.

See Also