|
CurrentFromStatamperes Method
|
Creates a new
Current value from the specified
value in statamperes.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntaxpublic static Current FromStatamperes(
double value
)
Public Shared Function FromStatamperes (
value As Double
) As Current
public:
static Current FromStatamperes(
double value
)
static member FromStatamperes :
value : float -> Current
GSF.Units.Current.FromStatamperes = function(value);
View SourceParameters
- value Double
- New Current value in statamperes.
Return Value
CurrentNew
Current object from the specified
value in statamperes.
See Also