ArcFM Desktop Developer Guide
Choose Method


Syntax
'Declaration
 
Public Shared Function Choose( _
   ByVal n As Long, _
   ByVal k As Long _
) As Long
'Usage
 
Dim n As Long
Dim k As Long
Dim value As Long
 
value = Combination.Choose(n, k)
public static long Choose( 
   long n,
   long k
)

Parameters

n
k
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Combination Class
Combination Members

 

 


Send Comment