[]
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.
public static float[] AsFloatArray(this IPdfArray array)
Public Shared Function AsFloatArray(array As IPdfArray) As Single()
Type | Name | Description |
---|---|---|
IPdfArray | array | The current array. |
Type | Description |
---|---|
float[] | An array of floats containing all values from this array. |