Transform1D.TransformParameterDomain
Description:
Performs a transform of the parameter range defined by domain, and ensures that the domain is ordered correctly.
Performs a transform of the parameter range defined by domain, and ensures that the domain is ordered correctly.
Remarks:
If the domain is empty it is unchanged.
If the domain is empty it is unchanged.
public IList<double> TransformParameterDomain(
double domainStart,
double domainEnd
)
-
DoubledomainStartThe original parameter domain start.
-
DoubledomainEndThe original parameter domain end.
Return Value
IList<Double>
IList Double