|
1488 | 1488 | <Docs>
|
1489 | 1489 | <param name="x">The <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to be converted.</param>
|
1490 | 1490 | <summary>Converts the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to <see cref="T:System.Int32" />.</summary>
|
1491 |
| - <returns>A new <see langword="Int32" /> structure whose value equals the <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> of the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</returns> |
| 1491 | + <returns>A new <see cref="T:System.Int32" /> structure whose value equals the <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> of the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</returns> |
1492 | 1492 | <remarks>To be added.</remarks>
|
1493 | 1493 | </Docs>
|
1494 | 1494 | </Member>
|
@@ -1616,8 +1616,8 @@ Console.WriteLine(i);
|
1616 | 1616 | </Parameters>
|
1617 | 1617 | <Docs>
|
1618 | 1618 | <param name="x">The integer structure to be converted.</param>
|
1619 |
| - <summary>Converts the supplied <see langword="Int32" /> structure to an <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</summary> |
1620 |
| - <returns>A new <see cref="T:System.Data.OracleClient.OracleNumber" /> structure whose <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> property equals the value of the <see langword="Int32" /> structure.</returns> |
| 1619 | + <summary>Converts the supplied integer to an <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</summary> |
| 1620 | + <returns>A new <see cref="T:System.Data.OracleClient.OracleNumber" /> structure whose <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> property equals the value of the integer.</returns> |
1621 | 1621 | <remarks>To be added.</remarks>
|
1622 | 1622 | </Docs>
|
1623 | 1623 | </Member>
|
@@ -2069,8 +2069,8 @@ Console.WriteLine(i);
|
2069 | 2069 | </Parameters>
|
2070 | 2070 | <Docs>
|
2071 | 2071 | <param name="x">The <see cref="T:System.Data.OracleClient.OracleNumber" /> to be raised to a power.</param>
|
2072 |
| - <param name="y">An <see langword="Int32" /> structure that specifies a power.</param> |
2073 |
| - <summary>Calculates the result of raising a specified <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to the power specified by an <see langword="Int32" /> structure.</summary> |
| 2072 | + <param name="y">An integer that specifies a power.</param> |
| 2073 | + <summary>Calculates the result of raising a specified number to the specified power.</summary> |
2074 | 2074 | <returns>The number <paramref name="x" /> raised to the power <paramref name="y" />.</returns>
|
2075 | 2075 | <remarks>To be added.</remarks>
|
2076 | 2076 | </Docs>
|
|
0 commit comments