Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Returns true if x is +INF or -INF, false otherwise.

Namespace: Visual3D.Graphics3D.Shaders.SharpSL
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public static FunctionCall<bool> isinf<T>(
	IOperand<T> x
)
where T : struct, new()
Public Shared Function isinf(Of T As {Structure, New}) ( _
	x As IOperand(Of T) _
) As FunctionCall(Of Boolean)

Parameters

x
IOperand<(Of <(<'T>)>)>

Type Parameters

T

See Also