QueryBuilder.AverageByNullable<'T,'Q,^Value> メソッド (F#)
これまでに選択した各要素へ Null 許容の値を選択し、それらの平均値を返すクエリ演算子。null 許容値が値を持っていないときは、無視されます。
Namespace/Module Path: Microsoft.FSharp.Linq
アセンブリ: FSharp.Core (FSharp.Core.dll)
// Signature:
member this.AverageByNullable : QuerySource<'T,'Q> * ('T -> Nullable<^Value>) -> Nullable<^Value> when ^Value with static member (+) and ^Value with static member DivideByInt and ^Value with static member Zero and ^Value : (new : unit -> ^Value) and ^Value : struct and ^Value :> ValueType
// Usage:
queryBuilder.AverageByNullable (source, projection)
パラメーター
source
型: QuerySource<'T,'Q>入力クエリ。
projection
型: 'T -> Nullable<T><^Value>各要素の値を計算する関数。
戻り値
平均値。
解説
NULL 値は手段には影響しません。
詳細については、クエリ式 (F#)を参照してください。
プラットフォーム
Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2
バージョン情報
F# コア ライブラリのバージョン
サポート: 4.0、ポータブル