PrimitiveDataViewType 類別

定義

所有基本類型的抽象基類。 您可以自由複製這些類型的值,而不需擔心擁有權、變動或處置。

public abstract class PrimitiveDataViewType : Microsoft.ML.Data.DataViewType
type PrimitiveDataViewType = class
    inherit DataViewType
Public MustInherit Class PrimitiveDataViewType
Inherits DataViewType
繼承
PrimitiveDataViewType
衍生

建構函式

PrimitiveDataViewType(Type)

所有基本類型的抽象基類。 您可以自由複製這些類型的值,而不需擔心擁有權、變動或處置。

屬性

RawType

這個 DataViewType 的原始 Type 。 請注意,這是原始表示類型,而不是 的完整資訊內容 DataViewType

(繼承來源 DataViewType)

方法

Equals(DataViewType)

如果 this 等於 otherfalse 則傳回 ,否則傳回 true

(繼承來源 DataViewType)

適用於