 | PdfFunctionDomain Property |
Get the domain of the function.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic float[] Domain { get; }Public ReadOnly Property Domain As Single()
Get
public:
property array<float>^ Domain {
array<float>^ get ();
}member Domain : float32[] with get
/** @property */
public float[] get_Domain()
Property Value
SingleA readonly array of
2 × Inputs numbers; null if any error occurred.
Exceptions
Remarks
For each
i from
0 to
Inputs − 1,
Domain2i must be less than or equal to
Domain2i+1, and the
ith input value,
xi, must lie in the interval
Domain2i ≤ xi ≤ Domain2i+1.
Input values outside the declared domain are clipped to the nearest boundary value.
See Also