Declaração
func SetDistanceVolumes(distanceList List<float>, volumeList List<int>)
go
Parâmetros
Entrada
Nome | Tipo | Descrição |
---|---|---|
Lista de distância | ListT_Float | A list of distance ranges, each corresponding to an element in the volume list. |
Lista de volume | ListT_Int | A list of volumes, each corresponding to an element in the distance list. |