Esempio n. 1
0
 /// <summary>
 /// Calculates the operation of division.
 /// </summary>
 /// <returns>Result of the division.</returns>
 public override int Data() => LeftChild.Data() / RightChild.Data();