...
Description |
---|
Excerpt |
---|
Converts centimeters to twips. A twip is 1/567 |
...
of |
...
a |
...
centimeter. |
...
Signature | ||||
---|---|---|---|---|
| ||||
public int FromCentimeters(double cm)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function FromCentimeters(ByVal cm As Double) As Integer
{signature}
{parameters}
{param:cm}The number of centimeters to convert.{param}
{returns}The result of the conversion \(twips\).{returns}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The number of centimeters to convert. |
Returns |
---|
The result of the conversion (twips). |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|