| 
            
              XDMBandUnSuperClassGetClusterDistance Method
             | 
          
        
         Cluster Index와 Band Index에 해당하는 거리를 얻는다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic double GetClusterDistance(
	int nClusterIndexA,
	int nClusterIndexB
)
Parameters
- nClusterIndexA  Int32
 - [In] Cluster Index. 
 - nClusterIndexB  Int32
 - [In] Cluster Index. 
 
Return Value
Double Cluster간의 거리 
See Also