NumberDataViewType クラス

定義

標準の番号の種類。 このクラスは直接すぐには使用できません。 この型の許可されるすべてのインスタンスはシングルトンであり、このクラスの静的プロパティとしてアクセスできます。

public sealed class NumberDataViewType : Microsoft.ML.Data.PrimitiveDataViewType
type NumberDataViewType = class
    inherit PrimitiveDataViewType
Public NotInheritable Class NumberDataViewType
Inherits PrimitiveDataViewType
継承

プロパティ

Byte

with representation type of NumberDataViewTypeByte.

Double

with representation type of NumberDataViewTypeDouble.

Int16

with representation type of NumberDataViewTypeInt16.

Int32

with representation type of NumberDataViewTypeInt32.

Int64

with representation type of NumberDataViewTypeInt64.

RawType

これDataViewTypeのための生Type. これは生の表現の種類であり、 DataViewType.

(継承元 DataViewType)
SByte

with representation type of NumberDataViewTypeSByte.

Single

with representation type of NumberDataViewTypeSingle.

UInt16

with representation type of NumberDataViewTypeUInt16.

UInt32

with representation type of NumberDataViewTypeUInt32.

UInt64

with representation type of NumberDataViewTypeUInt64.

メソッド

Equals(DataViewType)

標準の番号の種類。 このクラスは直接すぐには使用できません。 この型の許可されるすべてのインスタンスはシングルトンであり、このクラスの静的プロパティとしてアクセスできます。

ToString()

標準の番号の種類。 このクラスは直接すぐには使用できません。 この型の許可されるすべてのインスタンスはシングルトンであり、このクラスの静的プロパティとしてアクセスできます。

適用対象