Construct a Unit from a float and given Unit type.
[Visual Basic] Overloads Public Sub New( _ ByVal value As Single, _ ByVal type As UnitType _ ) [C#] public Unit( float value, UnitType type ); [C++] public: Unit( float value, UnitType type ); [JScript] public function Unit( value : float, type : UnitType );
Unit Structure | Unit Members | System.Web.UI.WebControls Namespace | Unit Constructor Overload List