|
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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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