aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/arrayAverage.md
blob: 7cc31c47b178094201045fa8188f274c8b1f446d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[test](test/index) / [XArray](test/-x-array/index)

# XArray

`class XArray<T>`

### Constructors

| [&lt;init&gt;](test/-x-array/-init-) | `XArray()` |

### Extension Functions

| [average](test/average) | `fun `[`XArray`](test/-x-array/index)`<out Byte>.average(): Double`<br>`fun `[`XArray`](test/-x-array/index)`<out Double>.average(): Double`<br>`fun `[`XArray`](test/-x-array/index)`<out Float>.average(): Double`<br>`fun `[`XArray`](test/-x-array/index)`<out Int>.average(): Double`<br>`fun `[`XArray`](test/-x-array/index)`<out Long>.average(): Double`<br>`fun `[`XArray`](test/-x-array/index)`<out Short>.average(): Double` |