Processors.From100
Extension Method in Processors
Declaration
public static float From100(this int value)
Description
Converts a component value in the range [0..100] to a float in the range [0..1].
Parameters
value | The value to convert. |
Returns
float | The converted value. |