|   | ChargeFromStatcoulombs Method | 
        
        
            Creates a new 
Charge value from the specified 
value in statcoulombs.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static Charge FromStatcoulombs(
	double value
)
Public Shared Function FromStatcoulombs ( 
	value As Double
) As Charge
public:
static Charge FromStatcoulombs(
	double value
)
static member FromStatcoulombs : 
        value : float -> Charge GSF.Units.Charge.FromStatcoulombs = function(value);
Parameters
- value  Double
- New Charge value in statcoulombs.
Return Value
ChargeNew 
Charge object from the specified 
value in statcoulombs.
 See Also
See Also