IMSL C# Numerical Library

Transform.MapUnitToUser Method 

Maps points in the interval [0,1] to user coordinates.

double MapUnitToUser(
   double unit
);

Parameters

unit
A double which contains a location in unit coordinates to be converted to user coordinates.

See Also

Transform Interface | Imsl.Chart2D Namespace