|
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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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