Click or drag to resize
XDL

XDMBandIsBandComplex Method

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

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

Return Value

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