Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal numerator As Integer, _ ByVal denominator As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterMetadataRational( int numerator, int denominator ) |
C++/CLI | |
---|---|
public: RasterMetadataRational( int numerator, int denominator ) |
Parameters
- numerator
- The value for the numerator.
- denominator
- The value for the denominator.
For an example, refer to WriteComment.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family