 | PdfTypeArrayAddReal Method |
Adds a real value to the Array.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void AddReal(
float value
)
Public Sub AddReal (
value As Single
)
public:
void AddReal(
float value
)
member AddReal :
value : float32 -> unit
public void AddReal(
float value
)
Parameters
- value Single
- The real number which should be added at the end of Array.
See Also