CurrentFromStatamperes Method
Creates a new
Current value from the specified
value in statamperes.
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public static Current FromStatamperes(
double value
)
Public Shared Function FromStatamperes (
value As Double
) As Current
public:
static Current FromStatamperes(
double value
)
Gemstone.Units.Current.FromStatamperes = function(value);
- value Double
- New Current value in statamperes.
CurrentNew
Current object from the specified
value in statamperes.