NumberDataViewType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The standard number type. This class is not directly instantiable. All allowed instances of this type are singletons, and are accessible as static properties on this class.
public sealed class NumberDataViewType : Microsoft.ML.Data.PrimitiveDataViewType
type NumberDataViewType = class
inherit PrimitiveDataViewType
Public NotInheritable Class NumberDataViewType
Inherits PrimitiveDataViewType
- Inheritance
Properties
Byte |
The singleton instance of the NumberDataViewType with representation type of Byte. |
Double |
The singleton instance of the NumberDataViewType with representation type of Double. |
Int16 |
The singleton instance of the NumberDataViewType with representation type of Int16. |
Int32 |
The singleton instance of the NumberDataViewType with representation type of Int32. |
Int64 |
The singleton instance of the NumberDataViewType with representation type of Int64. |
RawType |
The raw Type for this DataViewType. Note that this is the raw representation type and not the complete information content of the DataViewType. (Inherited from DataViewType) |
SByte |
The singleton instance of the NumberDataViewType with representation type of SByte. |
Single |
The singleton instance of the NumberDataViewType with representation type of Single. |
UInt16 |
The singleton instance of the NumberDataViewType with representation type of UInt16. |
UInt32 |
The singleton instance of the NumberDataViewType with representation type of UInt32. |
UInt64 |
The singleton instance of the NumberDataViewType with representation type of UInt64. |
Methods
Equals(DataViewType) | |
ToString() |