convertAngularUnit Method

Summary

Converts an angular value from one unit to another.

Syntax
TypeScript
JavaScript
convertAngularUnit = function( 
   value, 
   sourceUnit, 
   destinationUnit 
) 
static convertAngularUnit( 
   value: number, 
   sourceUnit: AnnAngularUnit, 
   destinationUnit: AnnAngularUnit 
): number; 

Parameters

value

The value to convert in sourceUnit.

sourceUnit

The units of value.

destinationUnit

The destination unit.

Return Value

The converted value in destinationUnit.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.