AxisRate(Double, Double) Constructor

Create a new AxisRate object with the specified minimum and maximum rates

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public AxisRate(
	double minimum,
	double maximum
)

Parameters

minimum  Double
The lowest axis movement rate (must be >= 0.0)
maximum  Double
The highest axis movement rate (must be >= the minimum rate)

Version Information

.NET Standard

Supported in: 2.0

See Also