int / float
Numerical values as denoted more specifically in BAML.
We support implicit casting of int -> float, but if you need something to explicitly be a float, use 0.0
instead of 0
.
int / float
Numerical values as denoted more specifically in BAML.
We support implicit casting of int -> float, but if you need something to explicitly be a float, use 0.0
instead of 0
.