Skip to main content
Skip table of contents

NumberArray

NumberArray Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.NumberArray[[NumberArray]]
  iTextSharp.text.pdf.PdfArray[[PdfArray]]
  end
iTextSharp.text.pdf.PdfArray --> iTextSharp.text.pdf.NumberArray

Details

Inheritance

Constructors

NumberArray [1/9]

Source code

public NumberArray()
NumberArray [2/9]

Source code

public NumberArray(float[] numbers)
Arguments
TypeNameDescription
float``[]numbers
NumberArray [3/9]

Source code

public NumberArray(float n1)
Arguments
TypeNameDescription
floatn1
NumberArray [4/9]

Source code

public NumberArray(float n1, float n2)
Arguments
TypeNameDescription
floatn1
floatn2
NumberArray [5/9]

Source code

public NumberArray(float n1, float n2, float n3)
Arguments
TypeNameDescription
floatn1
floatn2
floatn3
NumberArray [6/9]

Source code

public NumberArray(float n1, float n2, float n3, float n4)
Arguments
TypeNameDescription
floatn1
floatn2
floatn3
floatn4
NumberArray [7/9]

Source code

public NumberArray(float n1, float n2, float n3, float n4, float n5)
Arguments
TypeNameDescription
floatn1
floatn2
floatn3
floatn4
floatn5
NumberArray [8/9]

Source code

public NumberArray(float n1, float n2, float n3, float n4, float n5, float n6)
Arguments
TypeNameDescription
floatn1
floatn2
floatn3
floatn4
floatn5
floatn6
NumberArray [9/9]

Source code

public NumberArray(IList<PdfNumber> numbers)
Arguments
TypeNameDescription
IList<PdfNumber>numbers

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.