 | PdfiumFPDFFunctionExp_GetValuesArray1 Method |
Get an array of numbers defining the function result when x = 1.0.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float[] FPDFFunctionExp_GetValuesArray1(
IntPtr function
)
Public Shared Function FPDFFunctionExp_GetValuesArray1 (
function As IntPtr
) As Single()
public:
static array<float>^ FPDFFunctionExp_GetValuesArray1(
IntPtr function
)
static member FPDFFunctionExp_GetValuesArray1 :
function : IntPtr -> float32[]
public static float[] FPDFFunctionExp_GetValuesArray1(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionExp_GetValuesArray1 = function(function);
Parameters
- function IntPtr
- The handle to the function.
Return Value
SingleAn array of n numbers, where n is the number of output values; or null if any error has occurred.
Remarks
See Also