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