String.Average Method

Include Protected Members
Include Inherited Members

Computes the average of a sequence of numeric values.

Overload List

  Name Description
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Int32>) Computes the average of a sequence of Int32 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Nullable<Int32>>) Computes the average of a sequence of nullable Int32 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Nullable<Int64>>) Computes the average of a sequence of nullable Int64 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Nullable<Single>>) Computes the average of a sequence of nullable Single values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Nullable<Double>>) Computes the average of a sequence of nullable Double values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Nullable<Decimal>>) Computes the average of a sequence of nullable Decimal values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Int64>) Computes the average of a sequence of Int64 values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Single>) Computes the average of a sequence of Single values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Double>) Computes the average of a sequence of Double values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)
Bb920194.pubextension(en-us,VS.95).gif Average(Func<Char, Decimal>) Computes the average of a sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence. (Defined by Enumerable.)

Top

See Also

Reference

String Class

String Members

System Namespace