Click or drag to resize
XDL

XAircraftSetSpeedMPS Method

Speed on meter per second = mach * 340.3 (sonic speed).
초당 미터 기준(meter per second)의 속도를 설정한다(meter per second = mach * 340.3 (sonic speed)).

Namespace:  Pixoneer.NXDL.NEQUIP
Assembly:  NXDLncw (in NXDLncw.dll) Version: 2.0.3.31
Syntax
C#
public virtual bool SetSpeedMPS(
	double dSpeed
)

Parameters

dSpeed
Type: SystemDouble
입력 속도값.

Return Value

Type: Boolean
값을 설정하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also