IMSL C# Numerical Library

TransformDate.MapUserToUnit Method 

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

public virtual double MapUserToUnit(
   double user
);

Parameters

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

Implements

Transform.MapUserToUnit

Remarks

The user coordinate interval is specified by the "Window" attribute for the axis with which the transform is associated.

See Also

TransformDate Class | Imsl.Chart2D Namespace