Intersoft ClientUI Documentation
UnitValue Constructor



The value associated with the units.
The units associated with the value.
Instantiates a new instance of the UnitValue struct.
Syntax
Public Function New( _
   ByVal value As Double, _
   ByVal unit As Unit _
)
Dim value As Double
Dim unit As Unit
 
Dim instance As New UnitValue(value, unit)
public UnitValue( 
   double value,
   Unit unit
)
public:
UnitValue( 
   double value,
   Unit unit
)

Parameters

value
The value associated with the units.
unit
The units associated with the 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

UnitValue Structure
UnitValue Members

Send Feedback