PrimitiveDataFrameColumn<T>.ApplyElementwise Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Method is obsolete, use Apply(Func<T, T> func, bool inPlace = false) instead
Aplica uma função a todos os valores de coluna em vigor.
[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)))
Parâmetros
- Atributos