Molecule.getSize C# (CSharp) Method

getSize() public method

public getSize ( ) : float
return float
    public float getSize()
    {
        return _size;
    }