AngleFromGrads Method
Creates a new
Angle value from the specified
value in grads.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.180 -- Release Build+914ca9e6d1cce46b614eb7013eba0303271cf6d8
Public Shared Function FromGrads (
value As Double
) As Angle
Gemstone.Units.Angle.FromGrads = function(value);
- value Double
- New Angle value in grads.
AngleNew
Angle object from the specified
value in grads.