|
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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
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