|
Lines 274-279
double UniformVariable::GetValue(double
|
Link Here
|
|---|
|
| 274 |
return ((UniformVariableImpl*)Peek())->GetValue(s,l); |
274 |
return ((UniformVariableImpl*)Peek())->GetValue(s,l); |
| 275 |
} |
275 |
} |
| 276 |
|
276 |
|
|
|
277 |
uint32_t UniformVariable::GetInteger (uint32_t s, uint32_t l) |
| 278 |
{ |
| 279 |
NS_ASSERT(s <= l); |
| 280 |
return static_cast<uint32_t>( GetValue(s, l+1) ); |
| 281 |
} |
| 277 |
|
282 |
|
| 278 |
//----------------------------------------------------------------------------- |
283 |
//----------------------------------------------------------------------------- |
| 279 |
//----------------------------------------------------------------------------- |
284 |
//----------------------------------------------------------------------------- |