[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.GetFloatArray

GetFloatArray Method

GetFloatArray(IPdfArray, int, bool)

Gets the Float array at the specified index.

Declaration
public static float[] GetFloatArray(this IPdfArray array, int index, bool singleToArray = false)
Public Shared Function GetFloatArray(array As IPdfArray, index As Integer, Optional singleToArray As Boolean = False) As Single()
Parameters
Type Name Description
IPdfArray array

The current array.

int index

The index of the value to get.

bool singleToArray

Indicates whether to convert a single Float value to an array.

Returns
Type Description
float[]

The array at the specified key, or null.