GoDiagram Web Reference
ValidValue Method

A function used to check the validity of the given value.
Syntax
'Declaration
 
Public Overridable Function ValidValue( _
   ByVal val As Double _
) As Double
public virtual double ValidValue( 
   double val
)

Parameters

val

Return Value

If the given value is valid, returns that value. Else, returns the valid value that is "closest" to the given value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Indicator Class
Indicator Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback