GetFloat(IPdfArray,Int32,Single) Method
In This Topic
Gets the float value at the specified index.
Returns if the value cannot be converted to a float.
Syntax
'Declaration
Public Overloads Shared Function GetFloat( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As System.Single _
) As System.Single
public static System.float GetFloat(
IPdfArray ,
System.int ,
System.float
)
Parameters
- array
- The current array.
- index
- The index of the item to return.
- defValue
- The default value.
Return Value
The value at the specified index.
See Also