FormatToFraction(Double, Double) Method |
Converts price to fractional price
Namespace: ArthaChitra.Model.DataAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public static double ToFraction(
double price,
double tickSize
)
Parameters
- price Double
-
- tickSize Double
-
Return Value
DoubleSee Also