You are here: Symbol Reference > MtxVec Namespace > Structs, Records, Enums > MtxVec.TBalanceType Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVec.TBalanceType Enumeration

Defines the method, used to balance the matrix.

Pascal
TBalanceType = ( btNone, btScale, btPerm, btFull );
Members 
Description 
btNone 
matrix is neither scaled or permuted 
btScale 
matrix is scaled, but not permuted 
btPerm 
matrix is permuted, but not scaled 
btFull 
matrix is permuted AND scaled 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!