ContMean

Returns the mean of continuous values of the NexVar object representing continuous variable.

Syntax

var.ContMean()

Return

Returns the mean of continuous values of the NexVar object representing continuous variable.

Examples

Python

import nex
doc = nex.GetActiveDocument()
meanFP01 = doc['FP01'].ContMean()