AxoColorByteToNormFloat Method |
Converts a byte value to a normalized floating-point value.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static float ByteToNormFloat(
byte val
)
Parameters
- val Byte
- The byte value.
Return Value
SingleThe corresponding normalized floating-point value.
See Also