'Declaration
Public Overloads Function GetAgeStatistics( _ ByVal rel As Relationship, _ ByVal age As Integer _ ) As Integer
'Usage
Dim instance As CensusStatistics Dim rel As Relationship Dim age As Integer Dim value As Integer value = instance.GetAgeStatistics(rel, age)
public int GetAgeStatistics( Relationship rel, int age )
public function GetAgeStatistics( rel: Relationship; age: Integer ): Integer;
public function GetAgeStatistics( rel : Relationship, age : int ) : int;
public: int GetAgeStatistics( Relationship rel, int age )
public: int GetAgeStatistics( Relationship rel, int age )
Parameters
- rel
- The relationship.
- age
- The age.