public static float FromPointsToInches(
float points
)
Public Shared Function FromPointsToInches (
points As Single
) As Single
public:
static float FromPointsToInches(
float points
)
static member FromPointsToInches :
points : float32 -> float32