Op Englesch liesen Editéieren

Deelen iwwer


Vector64.Ceiling Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Ceiling(Vector64<Double>)

Computes the ceiling of each element in a vector.

Ceiling(Vector64<Single>)

Computes the ceiling of each element in a vector.

Ceiling(Vector64<Double>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Computes the ceiling of each element in a vector.

C#
public static System.Runtime.Intrinsics.Vector64<double> Ceiling(System.Runtime.Intrinsics.Vector64<double> vector);

Parameters

vector
Vector64<Double>

The vector that will have its ceiling computed.

Returns

A vector whose elements are the ceiling of the elements in vector.

See also

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Ceiling(Vector64<Single>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Computes the ceiling of each element in a vector.

C#
public static System.Runtime.Intrinsics.Vector64<float> Ceiling(System.Runtime.Intrinsics.Vector64<float> vector);

Parameters

vector
Vector64<Single>

The vector that will have its ceiling computed.

Returns

A vector whose elements are the ceiling of the elements in vector.

See also

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10