 | PdfFunctionRange Property |
Get the range of the function.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic float[] Range { get; }Public ReadOnly Property Range As Single()
Get
public:
property array<float>^ Range {
array<float>^ get ();
}member Range : float32[] with get
/** @property */
public float[] get_Range()
Property Value
SingleA readonly array of
2 × Outputs numbers; null if any error occurred.
Exceptions
Remarks
For each
j from
0 to
Outputs − 1,
Range2j must be less than or equal to
Range2j+1,
and the
jth output value,
yj, must lie in the interval
Range2j ≤ yj ≤ Range2j+1.
Output values outside the declared range are clipped to the nearest boundary value. If this entry is absent, no clipping is done.
See Also