CRealParameterValidate1 Method

Validates a real parameter value against its specification.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.CapeOpen
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public bool Validate1(
	double value,
	ref string message
)

Parameters

value  Double
 
message  String
 

Return Value

Boolean

Implements

ICapeRealParameterSpecValidate(Double, String)

See Also