 | XDMBandUnSuperClassGetClusterSum2 Method |
Cluster Index와 Band Index에 해당하는 제곱합을 얻는다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic double GetClusterSum2(
int nClusterIndex,
int nBandIndex
)
Parameters
- nClusterIndex
- Type: SystemInt32
[In] Cluster Index. - nBandIndex
- Type: SystemInt32
[In] Band Index.
Return Value
Type:
Double Cluster의 제곱합
See Also