Click or drag to resize

PdfiumFPDFFunctionExp_GetValuesArray1 Method

Get an array of numbers defining the function result when x = 1.0.

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

Parameters

function  IntPtr
The handle to the function.

Return Value

Single
An array of n numbers, where n is the number of output values; or null if any error has occurred.
Remarks
See Also