Table of Contents

Method IsConstant

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

IsConstant()

Returns whether all values in this matrix are effectively the same.

public bool IsConstant()

Returns

bool

true if all values are within epsilon of each other; otherwise, false. This can be checked before normalization to determine if normalization would produce a matrix of zeros.