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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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.