PrimitiveDataFrameColumn<T>.ApplyElementwise Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead
Applies a function to all column values in place.
[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)))
Parameters
- Attributes