Method Average
| Improve this Doc View SourceAverage(Column<Nullable<Int32>>)
Calculates the average value for a specified column.
Declaration
public static _Double Average(this Column<int? > x)
Parameters
Type | Name | Description |
---|---|---|
Column<System.Nullable<System.Int32>> | x | The specified column. |
Returns
Type | Description |
---|---|
_Double | The result average value. |
Average(Column<Nullable<Int64>>)
Calculates the average value for a specified column.
Declaration
public static _Double Average(this Column<long? > x)
Parameters
Type | Name | Description |
---|---|---|
Column<System.Nullable<System.Int64>> | x | The specified column. |
Returns
Type | Description |
---|---|
_Double | The result average value. |
Average(Column<Nullable<Decimal>>)
Calculates the average value for a specified column.
Declaration
public static _Decimal Average(this Column<decimal? > x)
Parameters
Type | Name | Description |
---|---|---|
Column<System.Nullable<System.Decimal>> | x | The specified column. |
Returns
Type | Description |
---|---|
_Decimal | The result average value. |
Average(Column<Nullable<Double>>)
Calculates the average value for a specified column.
Declaration
public static _Double Average(this Column<double? > x)
Parameters
Type | Name | Description |
---|---|---|
Column<System.Nullable<System.Double>> | x | The specified column. |
Returns
Type | Description |
---|---|
_Double | The result average value. |
Average(Column<Nullable<Single>>)
Calculates the average value for a specified column.
Declaration
public static _Single Average(this Column<float? > x)
Parameters
Type | Name | Description |
---|---|---|
Column<System.Nullable<System.Single>> | x | The specified column. |
Returns
Type | Description |
---|---|
_Single | The result average value. |