TdxScaleFactor.Assign(TdxScaleFactor) Method
Updates the scale factor from the specified source.
Declaration
procedure Assign(ASource: TdxScaleFactor); overload;
Parameters
| Name | Type | Description |
|---|---|---|
| ASource | TdxScaleFactor | The source scale factor. |
Remarks
Call the Assign procedure to update Numerator and Denominator property values from another TdxScaleFactor instance.
Note
Unlike Assign, the Change procedure multiplies Numerator and Denominator property values by specified values.
See Also