Translation for "parametre" to finnish
Parametre
Translation examples
We are seeing, at least two parametres of potential immortality: totality and profoundness (degree).
Näemme ainakin kaksi potentiaalisen kuolemattomuuden parametria: täyteyden ja syvyyden (asteen).
The pathParam parametre should then give the path which represents the action within the animation.
Pakollisessa pathParam –parametrissa annetaan polku, joka kuvaa animaatiossa tehtävää tapahtumaa.
Using the scanCONTROL Configuration Tools the Smart sensors can be parametrized in an easy way.
Smart-anturien parametrit voidaan asettaa helposti scanCONTROL Configuration Tools -ohjelmiston avulla.
Technical Note: For the purpose of 1E002.g., ‘library (parametric technic
1E002.g kohdassa ”kirjastolla” (tekninen parametrien tietokanta) tarkoitetaan teknisten tietojen kokoelmaa, jonka käytöllä voidaan tehostaa asiaankuuluvien laitteiden tai järjestelmien suorituskykyä.
Beat EQ optimises the sound field according to the type of music being played using a 3-band parametric equaliser.
Beat EQ optimoi äänikentän soitettavan musiikin mukaisesti käyttämällä 3-kaistaista parametrista taajuuskorjainta.
I will discuss these parameters and their development in my research in more detail in "Parametric design on stage".
Käsittelen näitä parametreja ja niiden muuttumista tutkimukseni kulussa tarkemmin luvussa "Näyttämön parametrinen design".
Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.
Parametrinen mallinnus avulla voit helposti muokata suunnittelu menemällä takaisin mallisi historiaan ja muuttamalla sen parametreja.
You now have a menu. Please click the "Settings..." option (Parametres). Your main screen turns grey, you have the "Macromedia Flash Player Settings/Parameters" menu (see below).
Saat silloin valikon, jossa sinun täytyy klikata vaihtoehtoa "Settings..." (Parametrit). Pääruudustasi tulee harmaa ja saat valikon "Macromedia Flash Player Settings/Parametrit" (katso tästä alla).
A great example is 3D modelling where process quality and engineering efficiency can be improved by parametric modelling.
Hyvä esimerkki tästä on 3D-mallinnus, jonka avulla prosessin laatua ja suunnittelun tehokkuutta voidaan parantaa hyödyntäen parametrista mallinnusta.
This parametrization of the fractures is mainly based on the mapped Q (Q´) parameters, including RQD, Jn, Jr and Ja.
Tämä rakojen parametrisointi perustuu pääasiallisesti kartoitettuihin Q (Q´) -parametreihin, mukaan lukien RQD, Jn, Jr ja Ja.
As the discipline of observational cosmology developed in the late twentieth century and the associated data became more numerous and accurate, the Big Bang emerged as the cosmological theory most supported by the observational evidence, and it remains the accepted consensus model with a current parametrization that precisely specifies the state and evolution of the universe.
Kun havaitseva kosmologia 1900-luvun loppu­puolella kehittyi ja saatiin enemmän ja tarkempaa tietoa, alku­räjähdys­teoria sai vähitellen kaikista vaihto­ehtoisista kosmo­logisista teorioista eniten kannatusta, ja lopulta saavutettiin tieteellinen konsensus, jonka mukaan se on hyväksytty eräillä parametrien arvoilla, jotka tarkemmin määrittävät maailman­kaikkeuden tilan ja kehityksen.
A switch expression can apply pattern matching to an enum value, allowing for elegant solutions to complex programming problems: enum Color { red; green; blue; rgb( r : Int, g : Int, b : Int ); } class Colors { static function toInt ( c : Color ) : Int { return switch ( c ) { case red: 0xFF0000; case green: 0x00FF00; case blue: 0x0000FF; case rgb(r, g, b): (r << 16) | (g << 8) | b; } } static function validCalls() { var redint = toInt(Color.red); var rgbint = toInt(Color.rgb(100, 100, 100)); } } Examples of parametric enum types are the Haxe standard library types Option and Either: enum Option<T> { Some(v:T); None; } enum Either<L, R> { Left(v:L); Right(v:R); } Haxe also supports generalized algebraic data types (GADTs).
Niillä voi olla parametrejä ja ne voivat olla rekursiivisia, joten ne muistuttavat esim. Haskell- ja ML-kielten algebrallisia tietotyyppejä. enum Color { red; green; blue; rgb: ( r : Int, g : Int, b : Int ); } class Colors { static function toInt ( c : Color ) : Int { return switch ( c ) { case red: 0xFF0000; case green: 0x00FF00; case blue: 0x0000FF; case rgb(r, g, b): (r << 16) | (g << 8) | b; } } static function validCalls() { var redint = toInt(Color.red); var rgbint = toInt(Color.rgb(100,100,100)); } } (muokattu haxe-oppaan pohjalta)
How many English words do you know?
Test your English vocabulary size, and measure how many words you know.
Online Test