 | FloatMatrixIsSquare Property |
Gets a value indicating whether this
FloatMatrix is square.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic bool IsSquare { get; }
Property Value
Type:
Boolean if this
FloatMatrix is square; otherwise,
.
See Also