BinaryConvertConversionType Enumeration |
Namespace: Demo3D.IO
public enum ConversionType
| Member name | Value | Description | |
|---|---|---|---|
| BitConversion | 0 | Convert one type to another using a bit-copy. | |
| NumericalConversion | 1 | Convert one type to another by casting the value. |