Operations<T>.IsOne Method

Returns whether a number equals one.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsOne(
	T operand
)

Parameters

operand  T
 

Return Value

Boolean

See Also