abs
all
any
cos
ddx
ddy
dot
dst
exp
fma
lit
log
mad
max
min
mul
pow
rcp
sin
tan
Expand Minimize
3 out of 3 rated this helpful - Rate this topic

sqrt

Returns the square root of the specified floating-point value, per component.

ret sqrt(x)

 

Parameters

ItemDescription

x

[in] The specified floating-point value.

 

Return Value

The square root of the x parameter, per component.

Type Description

Name Template Type Component Type Size
xscalar, vector, or matrix float any
retsame as input x float same dimension(s) as input x

 

Minimum Shader Model

This function is supported in the following shader models.

Shader ModelSupported
Shader Model 2 (DirectX HLSL) and higher shader modelsyes
Shader Model 1 (DirectX HLSL) yes (vs_1_1 only)

 

See also

Intrinsic Functions (DirectX HLSL)

 

 

Send comments about this topic to Microsoft

Build date: 3/5/2013

Community Additions

ADD
© 2013 Microsoft. All rights reserved.