spring-framework / org.springframework.web.bind / ServletRequestUtils / getDoubleParameters

getDoubleParameters

open static fun getDoubleParameters(request: ServletRequest, name: String): DoubleArray

Get an array of double parameters, return an empty array if not found.

Parameters

request - current HTTP request

name - the name of the parameter with multiple possible values