--- layout: stdlib-reference --- # floatCast ## Description ## Signature
T floatCast<T, U>(U val)
where T : IFloatingPointCoopElement
where U : IFloatingPointCoopElement;
## Generic Parameters
#### T: [IFloatingPointCoopElement](../interfaces/ifloatingpointcoopelement-019ei/index.html)
#### U: [IFloatingPointCoopElement](../interfaces/ifloatingpointcoopelement-019ei/index.html)
## Parameters
#### val : [U](floatcast-5.html#typeparam-U)