Vertaling van "a integer" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Para valores de otros tipos, la conversión es la misma que si el valor hubiese sido convertido primero a integer y luego a float.
For values of other types, the conversion is performed by converting the value to integer first and then to float.
Por ejemplo, puede cambiar el tipo de datos de elem3 del tipo de datos derived de decimal a integer.
For example, you can change the data type of elem3 in the "derived" data type from decimal to integer.
Para convertir explícitamente un valor a integer, use alguno de los moldeamientos (int) o (integer).
To explicitly convert a value to integer, use either the (int) or (integer) casts.
Aviso Nunca moldee una fracción desconocida a integer, ya que esto en ocasiones produce resultados inesperados.
Never cast an unknown fraction to integer, as this can sometimes lead to unexpected results.
A partir de PHP 7.0.0,0, en lugar de ser indefinidos y dependientes de la plataforma, NaN e Infinity siempre serán cero al amoldarlos a integer.
As of PHP 7.0.0, instead of being undefined and platform-dependent, NaN and Infinity will always be zero when cast to integer.
Asignamos el atributo type a Integer, ya que deseamos comparar números enteros.
We set the type to integer, because we want to compare integers.
Cambie el tipo de datos de la nueva característica denominada value (valor) a Integer (Entero).
Change the data type of the new feature named value to Integer.
Asimismo, los métodos de conversión de.NET Framework no siempre producen los mismos resultados que las funciones de Visual Basic, por ejemplo cuando se convierte de Boolean a Integer.
In addition, the.NET Framework conversion methods do not always produce the same results as the Visual Basic functions, for example when converting Boolean to Integer.
Un floats también será amoldado a integer, lo que significa que la parte fraccionaria se elimina.
Floats are also cast to integers, which means that the fractional part will be truncated.
En consecuencia, esta asignación no se podrá ejecutar si cambia el tipo de datos de la función del nodo a integer.
Consequently, this mapping will fail to execute if you change the node function's data type to integer. Type inheritance
Anteriormente, las funciones internas truncaban de forma silenciosa números producidos desde coacciones de tipo float a integer cuando el float era demasiado grande de representar como un integer.
Previously, internal functions would silently truncate numbers produced from float-to-integer coercions when the float was too large to represent as an integer.