[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.AsFloatArray

AsFloatArray Method

AsFloatArray(IPdfArray)

Converts all elements of this IPdfArray to float values, and copies the converted values to a new array of floats.

Returns null if some elements can't be converted to an float.

Declaration
public static float[] AsFloatArray(this IPdfArray array)
Public Shared Function AsFloatArray(array As IPdfArray) As Single()
Parameters
Type Name Description
IPdfArray array

The current array.

Returns
Type Description
float[]

An array of floats containing all values from this array.