|
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.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax Public 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