C# Class SSTUTools.BoiloffData

Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Свойство Type Description
cost float
name string
value float

Méthodes publiques

Méthode Description
BoiloffData ( string name, float value, float cost ) : System

Method Details

BoiloffData() public méthode

public BoiloffData ( string name, float value, float cost ) : System
name string
value float
cost float
Résultat System

Property Details

cost public_oe property

public float cost
Résultat float

name public_oe property

public string name
Résultat string

value public_oe property

public float value
Résultat float