dk.sdu.cloud.app.store.api.AppParameterValue.FloatingPoint

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

AppParameterValue.FloatingPoint

A floating point value

data class FloatingPoint(
    val value: Double,
    val type: String /* "floating_point" */,
)
  • Compatible with: ApplicationParameter.FloatingPoint

  • Mountable as a resource: ❌ No

  • Expands to: The number

  • Side effects: None

Internally this uses a big decimal type and there are no defined limits.

Properties

Last updated