SoLDMTileVisitorCombineParentWeight Method |
This function combines the current tile weight with its parent.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual float CombineParentWeight(
float parentWeight,
float weight
)
Public Overridable Function CombineParentWeight (
parentWeight As Single,
weight As Single
) As Single
public:
virtual float CombineParentWeight(
float parentWeight,
float weight
)
abstract CombineParentWeight :
parentWeight : float32 *
weight : float32 -> float32
override CombineParentWeight :
parentWeight : float32 *
weight : float32 -> float32
Parameters
- parentWeight
- Type: SystemSingle
- weight
- Type: SystemSingle
Return Value
Type:
Single
RemarksThe returned weight must be less than parentWeight. Default multiplies weights.
See Also