Enum BandTypes

BandTypes enumeration

I tipi di una banda raster.

public enum BandTypes

I valori

NomeValoreDescrizione
RawBits0Tipo di banda sconosciuto. VedereAsRawBits per i valori.
Bit11 bit. E ’noto comeBoolean .
SByte2Intero con segno a 8 bit. E ’noto comeSByte .
Byte3Intero senza segno a 8 bit. E ’noto comeByte .
Short4Intero con segno a 16 bit. E ’noto comeInt16 .
UShort5Intero senza segno a 16 bit. E ’noto comeUInt16 .
Integer6Numero intero a 32 bit. E ’noto comeInt32 .
UInteger7Intero senza segno a 32 bit. E ’noto comeUInt32 .
Long8Numero intero a 64 bit. E ’noto comeInt64 .
ULong9Intero senza segno a 64 bit. E ’noto comeUInt64 .
Float10virgola mobile a 64 bit. galleggiante. E ’noto comeSingle .
Double11virgola mobile a 64 bit. E ’noto comeDouble .

Guarda anche