PrimitiveDataFrameColumn<T>.Apply<TResult> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての値に関数を適用します
public Microsoft.Data.Analysis.PrimitiveDataFrameColumn<TResult> Apply<TResult> (Func<T?,TResult?> func) where TResult : struct;
member this.Apply : Func<Nullable<'T>, Nullable<'Result>> -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<'Result (requires 'Result : struct)> (requires 'Result : struct)
Public Function Apply(Of TResult As Structure) (func As Func(Of Nullable(Of T), Nullable(Of TResult))) As PrimitiveDataFrameColumn(Of TResult)
型パラメーター
- TResult
新しい列の型
パラメーター
戻り値
PrimitiveDataFrameColumn<TResult>
新しい値を含む新しい PrimitiveDataFrameColumn