Partilhar via


DataFrameColumnCollection.GetUInt16Column(String) Método

Definição

Obtém o UInt16DataFrameColumn com o .name

public Microsoft.Data.Analysis.UInt16DataFrameColumn GetUInt16Column(string name);
member this.GetUInt16Column : string -> Microsoft.Data.Analysis.UInt16DataFrameColumn
Public Function GetUInt16Column (name As String) As UInt16DataFrameColumn

Parâmetros

name
String

O nome da coluna

Retornos

UInt16DataFrameColumn.

Exceções

Não é possível encontrar uma coluna nomeada name ou se o tipo da coluna não corresponder.

Aplica-se a