PDFFunction¶
Namespace: O2S.Components.PDF4NET.PDFFunctions
Defines the base class for all PDF functions.
Inheritance Object → PDFFunction
Constructors¶
PDFFunction()¶
Initilizes a new PDFFunction object.
Properties¶
Domain¶
Gets or sets the function domain.
Property Value
Double[]
An array of 2 x m numbers, where m is the number of input values.
Range¶
Gets or sets the function range.
Property Value
Double[]
An array of 2 x n numbers, where n is the number of output values.