Vector4.Clamp Method (Vector4, Vector4, Vector4, Vector4)
Restricts a value to be within a specified range.
Syntax
'Declaration
Public Shared Sub Clamp ( _
ref value1 As Vector4, _
ref min As Vector4, _
ref max As Vector4, _
out result As Vector4 _
)
public static void Clamp (
ref Vector4 value1,
ref Vector4 min,
ref Vector4 max,
out Vector4 result
)
public:
static void Clamp(
ref Vector4 value1,
ref Vector4 min,
ref Vector4 max,
out Vector4 result
)
Parameters
- value1
Type: Vector4
The value to clamp. - min
Type: Vector4
The minimum value. - max
Type: Vector4
The maximum value. - result
Type: Vector4
[OutAttribute] The clamped value.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone