isAlignedTo

fun Int.isAlignedTo(alignment: Int): Boolean

Returns whether this is multiple of alignment


fun Long.isAlignedTo(alignment: Long): Boolean

Returns whether this is multiple of alignment


fun Float.isAlignedTo(alignment: Float): Boolean

Returns whether this is multiple of alignment


fun Double.isAlignedTo(alignment: Double): Boolean

Returns whether this is multiple of alignment