AxoColorNormFloatToByte Method |
Converts a normalized floating-point value to a byte.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static byte NormFloatToByte(
float f
)
Parameters
- f Single
- The normalized floating-point value.
Return Value
ByteThe corresponding byte value.
See Also