PrimitiveDataFrameColumn<T>.ApplyElementwise メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead
すべての列値に関数を適用します。
[System.Obsolete("Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead")]
public void ApplyElementwise(Func<T?,long,T?> func);
public void ApplyElementwise(Func<T?,long,T?> func);
[<System.Obsolete("Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead")>]
member this.ApplyElementwise : Func<Nullable<'T>, int64, Nullable<'T>> -> unit
member this.ApplyElementwise : Func<Nullable<'T>, int64, Nullable<'T>> -> unit
Public Sub ApplyElementwise (func As Func(Of Nullable(Of T), Long, Nullable(Of T)))
パラメーター
- 属性