AngleFromArcSeconds Method
Creates a new
Angle value from the specified
value in arcseconds.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.136 -- Release Build+d454dafd53fcce88fce9c0a8ec8597176c30b791
public static Angle FromArcSeconds(
double value
)
Public Shared Function FromArcSeconds (
value As Double
) As Angle
public:
static Angle FromArcSeconds(
double value
)
Gemstone.Units.Angle.FromArcSeconds = function(value);
- value Double
- New Angle value in arcseconds.
AngleNew
Angle object from the specified
value in arcseconds.