supported variable data types
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public enum BlastVariableDataType
VB
Public Enumeration BlastVariableDataType
C++
public enum class BlastVariableDataType
F#
type BlastVariableDataType
Member name | Value | Description | |
---|---|---|---|
Numeric | 0 | float datatype | |
Numeric64 | 1 | double datatype | |
ID | 2 | integer datatype | |
ID64 | 3 | long datatype |