Click or drag to resize

PdfiumFPDFFunction_GetDomainArray Method

Get the domain of definition of a function.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float[] FPDFFunction_GetDomainArray(
	IntPtr function
)

Parameters

function  IntPtr
The handle to the function.

Return Value

Single
An array of 2 × m numbers, where m is the number of input values; or null if any error has occurred.
Remarks
See Also