Click or drag to resize

NMathFunctionsNot Method

Returns the logical negation of a boolean value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static bool Not(
	bool b
)

Parameters

b  Boolean
A boolean value.

Return Value

Boolean
Returns !b.
See Also