Click or drag to resize
XDL

XDMBandIsBandComplex Method

밴드 데이터가 Complex 타입인지 여부를 확인한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool IsBandComplex()

Return Value

Boolean
밴드 데이터가 Complex형이면 true, 아니면 false.
See Also