NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Unit Constructor (Single, UnitType)

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
);

Parameters

value
[To be supplied.]
type
[To be supplied.]

See Also

Unit Structure | Unit Members | System.Web.UI.WebControls Namespace | Unit Constructor Overload List