LoadCaseCombinationKey Method
Generate string representation of the formula of the combination.
Namespace: Karamba.Loads.CombinationAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public string CombinationKey(
bool noLeadingOnes = true
)
Public Function CombinationKey (
Optional noLeadingOnes As Boolean = true
) As String
public:
String^ CombinationKey(
bool noLeadingOnes = true
)
member CombinationKey :
?noLeadingOnes : bool
(* Defaults:
let _noLeadingOnes = defaultArg noLeadingOnes true
*)
-> string
- noLeadingOnes Boolean (Optional)
- Does not output leading "1" factors of true.
Stringstring representation of the object.