A CF-compliant earth science data analysis library
FieldList.
__mul__
The binary arithmetic operation *
*
f.__mul__(x) <==> f * x
FieldList
The list added to itself n times.
Examples:
>>> h = f * 2 >>> f *= 2