|
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.275-beta+5a507085c1b79f1427cd1812b9c3c9c583c21079
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