NumberDataViewType クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
標準の番号の種類。 このクラスは直接すぐには使用できません。 この型の許可されるすべてのインスタンスはシングルトンであり、このクラスの静的プロパティとしてアクセスできます。
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() |
標準の番号の種類。 このクラスは直接すぐには使用できません。 この型の許可されるすべてのインスタンスはシングルトンであり、このクラスの静的プロパティとしてアクセスできます。 |