GoDiagram Web Reference
QuantizeValue Method

A function used to ensure valid values within the quantized value system.
Syntax
'Declaration
 
Public Overridable Function QuantizeValue( _
   ByVal val As Double _
) As Double
public virtual double QuantizeValue( 
   double val
)

Parameters

val

Return Value

If Quantized is true, returns an acceptable quantized value that is closest to the given value. Otherwise it just returns 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