|
824 | 824 | <Parameter Name="value" Type="System.Numerics.Vector<System.Double>" Index="0" FrameworkAlternate="net-5.0" />
|
825 | 825 | </Parameters>
|
826 | 826 | <Docs>
|
827 |
| - <param name="value">To be added.</param> |
828 |
| - <summary>To be added.</summary> |
829 |
| - <returns>To be added.</returns> |
830 |
| - <remarks>To be added.</remarks> |
| 827 | + <param name="value">The source vector.</param> |
| 828 | + <summary>Returns a new vector whose elements are the smallest integral values that are greater than or equal to the given vector's elements.</summary> |
| 829 | + <returns>The vector whose elements are the smallest integral values that are greater than or equal to the given vector's elements. |
| 830 | + If a value is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, that value is returned.</returns> |
| 831 | + <remarks> |
| 832 | + <format type="text/markdown"><![CDATA[ |
| 833 | +
|
| 834 | +## Remarks |
| 835 | +
|
| 836 | +Note that this method returns a <xref:System.Double> instead of an integral type. |
| 837 | +
|
| 838 | + ]]></format> |
| 839 | + </remarks> |
831 | 840 | </Docs>
|
832 | 841 | </Member>
|
833 | 842 | <Member MemberName="Ceiling">
|
|
852 | 861 | <Parameter Name="value" Type="System.Numerics.Vector<System.Single>" Index="0" FrameworkAlternate="net-5.0" />
|
853 | 862 | </Parameters>
|
854 | 863 | <Docs>
|
855 |
| - <param name="value">To be added.</param> |
856 |
| - <summary>To be added.</summary> |
857 |
| - <returns>To be added.</returns> |
858 |
| - <remarks>To be added.</remarks> |
| 864 | + <param name="value">The source vector.</param> |
| 865 | + <summary>Returns a new vector whose elements are the smallest integral values that are greater than or equal to the given vector's elements.</summary> |
| 866 | + <returns>The vector whose elements are the smallest integral values that are greater than or equal to the given vector's elements. |
| 867 | + If a value is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, that value is returned.</returns> |
| 868 | + <remarks> |
| 869 | + <format type="text/markdown"><![CDATA[ |
| 870 | +
|
| 871 | +## Remarks |
| 872 | +
|
| 873 | +Note that this method returns a <xref:System.Single> instead of an integral type. |
| 874 | +
|
| 875 | + ]]></format> |
| 876 | + </remarks> |
859 | 877 | </Docs>
|
860 | 878 | </Member>
|
861 | 879 | <Member MemberName="ConditionalSelect">
|
|
1728 | 1746 | <Parameter Name="value" Type="System.Numerics.Vector<System.Double>" Index="0" FrameworkAlternate="net-5.0" />
|
1729 | 1747 | </Parameters>
|
1730 | 1748 | <Docs>
|
1731 |
| - <param name="value">To be added.</param> |
1732 |
| - <summary>To be added.</summary> |
1733 |
| - <returns>To be added.</returns> |
1734 |
| - <remarks>To be added.</remarks> |
| 1749 | + <param name="value">The source vector.</param> |
| 1750 | + <summary>Returns a new vector whose elements are the largest integral values that are less than or equal to the given vector's elements.</summary> |
| 1751 | + <returns>The vector whose elements are the largest integral values that are less than or equal to the given vector's elements. |
| 1752 | + If a value is equal to <see cref="F:System.Double.NaN" />, <see cref="F:System.Double.NegativeInfinity" />, or <see cref="F:System.Double.PositiveInfinity" />, that value is returned.</returns> |
| 1753 | + <remarks> |
| 1754 | + <format type="text/markdown"><![CDATA[ |
| 1755 | +
|
| 1756 | +## Remarks |
| 1757 | +
|
| 1758 | +Note that this method returns a <xref:System.Double> instead of an integral type. |
| 1759 | +
|
| 1760 | + ]]></format> |
| 1761 | + </remarks> |
1735 | 1762 | </Docs>
|
1736 | 1763 | </Member>
|
1737 | 1764 | <Member MemberName="Floor">
|
|
1756 | 1783 | <Parameter Name="value" Type="System.Numerics.Vector<System.Single>" Index="0" FrameworkAlternate="net-5.0" />
|
1757 | 1784 | </Parameters>
|
1758 | 1785 | <Docs>
|
1759 |
| - <param name="value">To be added.</param> |
1760 |
| - <summary>To be added.</summary> |
1761 |
| - <returns>To be added.</returns> |
1762 |
| - <remarks>To be added.</remarks> |
| 1786 | + <param name="value">The source vector.</param> |
| 1787 | + <summary>Returns a new vector whose elements are the largest integral values that are less than or equal to the given vector's elements.</summary> |
| 1788 | + <returns>The vector whose elements are the largest integral values that are less than or equal to the given vector's elements. |
| 1789 | + If a value is equal to <see cref="F:System.Single.NaN" />, <see cref="F:System.Single.NegativeInfinity" />, or <see cref="F:System.Single.PositiveInfinity" />, that value is returned.</returns> |
| 1790 | + <remarks> |
| 1791 | + <format type="text/markdown"><![CDATA[ |
| 1792 | +
|
| 1793 | +## Remarks |
| 1794 | +
|
| 1795 | +Note that this method returns a <xref:System.Single> instead of an integral type. |
| 1796 | +
|
| 1797 | + ]]></format> |
| 1798 | + </remarks> |
1763 | 1799 | </Docs>
|
1764 | 1800 | </Member>
|
1765 | 1801 | <Member MemberName="GreaterThan">
|
|
0 commit comments