eMOBIQ Documentation
eMOBIQ Platfom
eMOBIQ Server
eMOBIQ Server
  • Editor
    • General
    • Dashboard
    • Module
    • Service
    • Configuration
  • Api
    • General
    • Editing
    • Authentication
    • Method
    • Header
    • Parameter
    • Result
    • Action
    • Test
  • Database
    • General
    • Editing Database
    • Table Content
    • Table Relations
    • Table Structure
  • Scheduler
    • General
    • Editing
    • Configuration
    • Action
    • Test
  • Function
    • Concurrency
      • Concurrency.spawnThread
    • Connector
      • Connector.restCall
      • Connector.soapCall
    • Control
      • Control.conditional
      • Control.forLoop
      • Control.map
    • Conversion
      • Conversion.base64ToText
      • Conversion.jsonToObject
      • Conversion.textToBase64
      • Conversion.toBoolean
      • Conversion.toList
      • Conversion.toNull
      • Conversion.toNumber
      • Conversion.toObject
      • Conversion.toText
    • Dataset
      • Dataset.insert
      • Dataset.read
      • Dataset.remove
      • Dataset.update
    • Datetime
      • DateTime.difference
      • DateTime.get
      • DateTime.update
    • File
      • File.copy
      • File.export
      • File.read
      • File.remove
      • File.write
    • Format
      • Format.dateTime
      • Format.number
    • List
      • List.average
      • List.combine
      • List.count
      • List.fill
      • List.find
      • List.includes
      • List.insertFirst
      • List.insertLast
      • List.max
      • List.min
      • List.removeFirst
      • List.removeLast
      • List.sort
      • List.sum
    • Log
      • Log.write
    • Logic
      • Logic.and
      • Logic.equal
      • Logic.greaterThan
      • Logic.greaterThanOrEqual
      • Logic.lessThan
      • Logic.lessThanOrEqual
      • Logic.not
      • Logic.notEqual
      • Logic.or
    • Mail
      • Mail.send
    • Math
      • Math.absolute
      • Math.add
      • Math.atan2
      • Math.cos
      • Math.divide
      • Math.modulo
      • Math.multiply
      • Math.pi
      • Math.power
      • Math.round
      • Math.sin
      • Math.square
      • Math.squareRoot
      • Math.subtract
      • Math.tan
    • Object
      • Object.insert
      • Object.remove
    • Result
      • Result.setAPI
      • Result.setUserDefined
    • Text
      • Text.combine
    • Validation
      • Validation.isEmail
      • Validation.isList
      • Validation.isNull
      • Validation.isNumber
    • Variable
      • Variable.get
      • Variable.getAttribute
      • Variable.set
      • Variable.setAttribute
Powered by GitBook
On this page
  • Description
  • Input / Parameter
  • Output
  • Callback
  • Video
  • Example
  • Steps
  • Result
  • Links
  1. Function
  2. List

List.average

Description

Returns the average value of all the numbers in a list.

Input / Parameter

Name
Description
Input Type
Default
Options
Required

data

The list of numbers to return the average of.

List

-

-

Yes

Output

Description
Output Type

Returns the average value of the numbers in the list.

Number

Callback

N/A

Video

Coming Soon.

Example

Coming Soon.

Steps

Coming Soon.

Result

Coming Soon.

Links

PreviousListNextList.combine

Last updated 1 year ago