roundTo

fun Double.roundTo(numFractionDigits: Int): Double(source)
fun Float.roundTo(numFractionDigits: Int): Float(source)

Executes the roundTo step in the SDAI core common layer.

Return

Result produced by roundTo.

Author

Dmitriy Moroz

Parameters

numFractionDigits

num fraction digits value consumed by the API.