Click or drag to resize

AxoColorByteToNormFloat Method

Converts a byte value to a normalized floating-point value.

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

Parameters

val  Byte
The byte value.

Return Value

Single
The corresponding normalized floating-point value.
See Also