Enum TiffSampleFormats
TiffSampleFormats enumeration
サンプルフォーマット enum
public enum TiffSampleFormats
値
| 名前 | 価値 | 説明 |
|---|---|---|
| Uint | 1 | 符号なし整数データ |
| Int | 2 | 符号付き整数 data |
| IeeeFp | 3 | IEEE 浮動小数点データ |
| Void | 4 | 型なしデータ |
| ComplexInt | 5 | 複素符号付き int |
| ComplexIeeeFp | 6 | 複雑な ieee floating |
サンプルフォーマット enum
public enum TiffSampleFormats
| 名前 | 価値 | 説明 |
|---|---|---|
| Uint | 1 | 符号なし整数データ |
| Int | 2 | 符号付き整数 data |
| IeeeFp | 3 | IEEE 浮動小数点データ |
| Void | 4 | 型なしデータ |
| ComplexInt | 5 | 複素符号付き int |
| ComplexIeeeFp | 6 | 複雑な ieee floating |