--- layout: stdlib-reference --- # IFloat\.scale ## Description Multiplies a value of the conforming type by a floating point scale factor.. ## Signature
IFloat.This IFloat.scale<T>(T scale) where T : __BuiltinFloatingPointType;## Generic Parameters #### T: [\_\_BuiltinFloatingPointType](../0_builtinfloatingpointtype-029hm/index.html) ## Parameters #### scale : [T](scale.html#typeparam-T)