 | PdfiumFPDFFunctionExp_GetValuesArray0 Method |
Get an array of numbers defining the function result when x = 0.0.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float[] FPDFFunctionExp_GetValuesArray0(
IntPtr function
)
Public Shared Function FPDFFunctionExp_GetValuesArray0 (
function As IntPtr
) As Single()
public:
static array<float>^ FPDFFunctionExp_GetValuesArray0(
IntPtr function
)
static member FPDFFunctionExp_GetValuesArray0 :
function : IntPtr -> float32[]
public static float[] FPDFFunctionExp_GetValuesArray0(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionExp_GetValuesArray0 = 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