Click or drag to resize

angleGreaterThanOrEqual Operator

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static bool operator >=(
	angle a1,
	angle a2
)
Request Example View Source

Parameters

a1
Type: imbSCI.Core.mathangle
a2
Type: imbSCI.Core.mathangle

Return Value

Type: Boolean
See Also