Simplified usages

This commit is contained in:
Yoshi Askharoun
2021-07-11 23:07:04 -05:00
parent f793c0c94f
commit dfb03d2ec5
242 changed files with 2240 additions and 2240 deletions
@@ -20,7 +20,7 @@ namespace Microsoft.Iris.Render
AnimationInput value,
AnimationInterpolation interpolation)
{
Debug2.Validate((double)time >= 0.0, typeof(ArgumentException), "'time' must not be negative");
Debug2.Validate(time >= 0.0, typeof(ArgumentException), "'time' must not be negative");
Debug2.Validate(value != null, typeof(ArgumentNullException), nameof(value));
Debug2.Validate(interpolation != null, typeof(ArgumentNullException), nameof(interpolation));
this.m_time = time;