Gets the domain of the function.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public ReadOnlyCollection<double> Domain { get; }
VB
Public ReadOnly Property Domain As ReadOnlyCollection(Of Double)
Get
Property Value
Type:
ReadOnlyCollection<
Double>
The domain of the function.
See Also