C# Class ExemploFuncoes

Inheritance: MonoBehaviour
Mostrar archivo Open project: ProgJogos/programacao-2sem2014

Public Methods

Method Description
VaiParaOrigem ( ) : void

Private Methods

Method Description
Dividir ( float a, float b ) : float
Escrever ( string msg ) : void
Escrever2 ( string msg = "msg vazia" ) : void
Fatorial ( int n ) : int
MaisUm ( ) : int
Multiplicar ( int a, int b = 1 ) : int
OlaMundo ( ) : void
Somar ( float a, float b ) : float
Somar ( ) : int
Somar ( int a, int b ) : int
SomarUm ( ) : int
Start ( ) : void

Method Details

VaiParaOrigem() public method

public VaiParaOrigem ( ) : void
return void