toObservableArray

inline fun FloatArray.toObservableArray(): ObservableFloatArray

Returns an observable array containing all of the Float numbers of this primitive array.

See also


inline fun IntArray.toObservableArray(): ObservableIntegerArray

Returns an observable array containing all of the Int numbers of this primitive array.

See also