|
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.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
SyntaxPublic Shared Function FromStatamperes (
value As Double
) As 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