CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Casts a double to an angle. The result will be between 0 and 2*pi
double value
Namespace: CADabilityReturn Value
AngleAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static implicit operator Angle ( double v ) |
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ v As Double _ ) As Angle |
| Visual C++ |
|---|
static implicit operator Angle ( double v ) |
Parameters
- v
- Type: System..::..Double