TechTalk Genome v4.2

Sql.Avg Method 

Returns the average of the elements in a Set.

public static object Avg(
   Set s
);

Parameters

s
The Set to be investigated. Must have a numeric Set.ElementType.

Return Value

a null reference if s is an empty set ; The average of the elements in s otherwise.

a null reference, DBNull or NULL values in the source Set are ignored.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

Sql Class | TechTalk.Genome Namespace