普通参数 meaning in English
general parameters
general preference
Examples
- For example , suppose you define a normal parameter as an array of a type parameter
例如,假设您将一个普通参数定义为类型参数的数组。 - To be generic , the procedure must take at least one type parameter , in addition to any normal parameters it might take
若要成为泛型过程,除了可能采用的所有普通参数外,该过程还必须采用至少一种类型参数。 - Further , programs can draw some curves after receiving some essential factors of impacting and common parameters of rod and target
通过输入弹、靶普通参数及碰撞的基本条件,计算程序即可给出各基本参量间的关系曲线。 - A generic procedure can use its type parameters in its normal parameter list , in its return type if it has one , and in its procedure code
泛型过程可以在它的普通参数列表、返回类型(如果有)和过程代码中使用其类型参数。