C# Class Engineer.CelestialBodies.Body

显示文件 Open project: CYBUTEK/Engineer Class Usage Examples

Public Properties

Property Type Description
atmosphere double
gravity double
name string

Public Methods

Method Description
Body ( string name, double gravity, double atmosphere = 1d ) : System

Method Details

Body() public method

public Body ( string name, double gravity, double atmosphere = 1d ) : System
name string
gravity double
atmosphere double
return System

Property Details

atmosphere public_oe property

public double atmosphere
return double

gravity public_oe property

public double gravity
return double

name public_oe property

public string name
return string