RecycleMAX Method

Returns the maximum value from an array-like object.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Object MAX(
	Object Vv
)

Parameters

Vv  Object
An array whose maximum element is to be found.

Return Value

Object
The maximum value found in Vv.

See Also