Click or drag to resize
FloatMatrixIsSquare Property
Gets a value indicating whether this FloatMatrix is square.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool IsSquare { get; }

Property Value

Type: Boolean
if this FloatMatrix is square; otherwise, .
See Also