Skip to content

PDFFunction

Namespace: O2S.Components.PDF4NET.PDFFunctions

Defines the base class for all PDF functions.

public abstract class PDFFunction

Inheritance ObjectPDFFunction

Constructors

PDFFunction()

Initilizes a new PDFFunction object.

public PDFFunction()

Properties

Domain

Gets or sets the function domain.

public Double[] Domain { get; set; }

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.

public Double[] Range { get; set; }

Property Value

Double[]
An array of 2 x n numbers, where n is the number of output values.


Methods