Convert.CheckIfSingleIsInteger(Single) Método
Definição
public:
static float CheckIfSingleIsInteger(float s);
public static float CheckIfSingleIsInteger (float s);
static member CheckIfSingleIsInteger : single -> single
Public Shared Function CheckIfSingleIsInteger (s As Single) As Single
Parâmetros
Retornos
Se s contiver um valor inteiro, s será retornado.If s contains an integer value, s is returned. Caso contrário, uma exceção será gerada.If not, an exception is thrown.