aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/arrayAverage.md
blob: 9ffa3650a5f35a7c1fefa8d2dd2bd26e79b17b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[test](test/index) / [XArray](test/-x-array/index)


# XArray

`class XArray<T>`



### Constructors


| [<init>](test/-x-array/-init-) | `XArray()` |


### Extension Functions


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