Click or drag to resize

AxoColorNormFloatToByte Method

Converts a normalized floating-point value to a byte.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static byte NormFloatToByte(
	float f
)

Parameters

f  Single
The normalized floating-point value.

Return Value

Byte
The corresponding byte value.
See Also