Mono Class Library: Mono.Simd.VectorOperations Overview | Members

Mono.Simd.VectorOperations.PackWithSignedSaturation Method

Pack the first the elements from va then vb performing signed saturation. [Edit]

[Mono.Simd.Acceleration(Mono.Simd.AccelMode.SSE2)]
[System.CLSCompliant(false)]
public static Vector16sb PackWithSignedSaturation (this Vector8s va, Vector8s vb)

Parameters

va
First Vector. [Edit]
vb
Second Vector. [Edit]

Returns

Documentation for this section has not yet been entered. [Edit]

Remarks

Values below SByte.MinValue are changed to SByte.MinValue and values above SByte.MaxValue are changed to SByte.MaxValue. [Edit]

Requirements

Namespace: Mono.Simd
Assembly: Mono.Simd (in Mono.Simd.dll)
Assembly Versions: 2.0.0.0