- 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.
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 ) |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family