|
AngleFromGrads Method
|
Creates a new
Angle value from the specified
value in grads.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic static Angle FromGrads(
double value
)
Public Shared Function FromGrads (
value As Double
) As Angle
public:
static Angle FromGrads(
double value
)
static member FromGrads :
value : float -> Angle
GSF.Units.Angle.FromGrads = function(value);
View SourceParameters
- value Double
- New Angle value in grads.
Return Value
AngleNew
Angle object from the specified
value in grads.
See Also