MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit
/
ComplexF
/
copy
copy
inline
fun
copy
(
real
:
Float
=
this.real
,
imaginary
:
Float
=
this.imaginary
)
:
ComplexF
Returns a copy of this instance with specified properties altered.