Property Range
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Range
Gets the range of the function.
public ReadOnlyCollection<double>? Range { get; }
Property Value
- ReadOnlyCollection<double>
The range of the function.
Remarks
The range of the function can be undefined (equal to null
).