Check out example codes for "csharp get decimal part of number". It will help you in understanding the concepts better.
Code Example 1
var floatNumber = 12.5523;
var x = floatNumber - Math.Truncate(floatNumber);
Learn ReactJs, React Native from akashmittal.com