Click or drag to resize

DeviceInfoCentimetersToInches Method

Convert centimeters to inches

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static float CentimetersToInches(
	float centimeters
)

Parameters

centimeters
Type: SystemSingle
Centimeters

Return Value

Type: Single
Inches
See Also