Click or drag to resize
XDL

XfnIsDataTypeComplex Method

데이터 형식이 복소수형(complex)인지 확인한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.40
Syntax
C#
public static bool IsDataTypeComplex(
	eDataType type
)

Parameters

type  eDataType
eDataType 형의 데이터 형식

Return Value

Boolean
복소수형이면 true를, 그렇지 않으면 false를 반환한다.
See Also