 | PdfFuncExponentialValuesAt0 Property |
Get a readonly array of
Inputs numbers defining the function result when
x = 0.0.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic float[] ValuesAt0 { get; }Public ReadOnly Property ValuesAt0 As Single()
Get
public:
property array<float>^ ValuesAt0 {
array<float>^ get ();
}member ValuesAt0 : float32[] with get
/** @property */
public float[] get_ValuesAt0()
function get_ValuesAt0();
Property Value
SingleAn array of numbers; null if any error occurred.
Exceptions
See Also