Click or drag to resize

PdfFuncExponentialValuesAt0 Property

Get a readonly array of Inputs numbers defining the function result when x = 0.0.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public float[] ValuesAt0 { get; }

Property Value

Single
An array of numbers; null if any error occurred.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe function object has been disposed.
UnknownFunctionTypeExceptionThe requested operation could not be performed on a function of this type.
RequiredDataIsAbsentExceptionThere is not enough data to perform the requested operation.
PdfiumExceptionThe data area passed to a system call is too small; or the parameter is incorrect.
See Also