Visual Basic (Declaration) | |
---|---|
Overloads Public Shared Function Convert( _ ByVal value As Single, _ ByVal srcUnit As AnnAngularUnit, _ ByVal destUnit As AnnAngularUnit _ ) As Single |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static float Convert( float value, AnnAngularUnit srcUnit, AnnAngularUnit destUnit ) |
Managed Extensions for C++ | |
---|---|
public: static float Convert( float value, AnnAngularUnit srcUnit, AnnAngularUnit destUnit ) |
C++/CLI | |
---|---|
public: static float Convert( float value, AnnAngularUnit srcUnit, AnnAngularUnit destUnit ) |
Parameters
- value
- Value to be converted. This is in srcUnit units.
- srcUnit
- An AnnAngularUnit value that represents the angular unit of measure used by the Source.
- destUnit
- An AnnAngularUnit value that represents the angular unit of measure used by the Destination.
Return Value
The converted value.For an example, refer to AnnUnitConverter.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family