Gets the age statistics.
Syntax
'Declaration
Public Overloads Function GetAgeStatistics( _
ByVal As Relationship, _
ByVal As Integer, _
ByVal As Integer _
) As Integer
'Usage
Dim instance As CensusStatistics
Dim rel As Relationship
Dim ageMin As Integer
Dim ageMax As Integer
Dim value As Integer
value = instance.GetAgeStatistics(rel, ageMin, ageMax)
public int GetAgeStatistics(
Relationship ,
int ,
int
)
public function GetAgeStatistics(
: Relationship;
: Integer;
: Integer
): Integer;
public function GetAgeStatistics(
: Relationship,
: int,
: int
) : int;
public: int GetAgeStatistics(
Relationship ,
int ,
int
)
public:
int GetAgeStatistics(
Relationship ,
int ,
int
)
Parameters
- rel
- The relationship.
- ageMin
- The age min.
- ageMax
- The age max.
See Also