Gets the array of numbers defining the function result when x = 1.0.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public ReadOnlyCollection<double> C1 { get; }
VB
Public ReadOnly Property C1 As ReadOnlyCollection(Of Double)
Get
Property Value
Type:
ReadOnlyCollection<
Double>
The array of numbers defining the function result when
x = 1.0.
See Also