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