| 
            
              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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic static Current FromStatamperes(
	double value
)
Public Shared Function FromStatamperes ( 
	value As Double
) As Current
public:
static Current FromStatamperes(
	double value
)
static member FromStatamperes : 
        value : float -> 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