Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/05/2006, 15:33
Avatar de .seb
.seb
 
Fecha de Ingreso: marzo-2006
Ubicación: Uruguay
Mensajes: 493
Antigüedad: 19 años
Puntos: 1
Aunque también podrías implementar tu propia potencia...

Código:
    Private Function elevadoALa(ByVal i As Int32, ByVal j As Int32) As Int32
        Dim res As Int32 = 1
        Dim x As Int32

        For x = 1 To j
            res = res * i
        Next

        Return res

    End Function
;)
__________________
saludos
seba
http://sgomez.blogspot.com