Abc.NCrafts.Quizz.Performance.Questions._016.Answer2.Run C# (CSharp) Method

Run() public static method

public static Run ( ) : void
return void
        public static void Run()
        {
            // begin
            for (var i = 0; i < _values.Length; i++)
            {
                _values[i].Product = _values[i].Left * _values[i].Right;
            }
            // end
        }