 | PdfTypeArrayGetRealAt Method |
Gets the element with the specified index and returns it as a Real number.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float GetRealAt(
int index
)
Public Function GetRealAt (
index As Integer
) As Single
public:
float GetRealAt(
int index
)
member GetRealAt :
index : int -> float32
public float GetRealAt(
int index
)
function GetRealAt(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
SingleThe real number located at the specified index.
See Also