AngleFromDegrees Method
Creates a new
Angle value from the specified
value in degrees.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
Public Shared Function FromDegrees (
value As Double
) As Angle
Gemstone.Units.Angle.FromDegrees = function(value);
- value Double
- New Angle value in degrees.
AngleNew
Angle object from the specified
value in degrees.