/** * Returns the polar direction of the speed of the treadmill. */ public static double GetFloorSpeedDirection() { InfinadeckInitError e = InfinadeckInitError.InfinadeckInitError_None; if (!CheckConnection()) { InitConnection(ref e); } return(InfinadeckInterOp.GetFloorSpeedDirection()); }