'Declaration Public Shared Function _getAppropriateLerpSizes( _ ByVal total As Double, _ ByVal weights As List(Of Double) _ ) As List(Of Double)
public static List<double> _getAppropriateLerpSizes( double total, List<double> weights )
Parameters
- total
- weights