Table of Contents

Class ParamSpecFraction

Namespace
Gst
Assembly
Gst-1.0.dll
public sealed class ParamSpecFraction
Inheritance
ParamSpecFraction
Inherited Members

Constructors

ParamSpecFraction()

public ParamSpecFraction()

ParamSpecFraction(ParamSpecFractionOwnedHandle)

public ParamSpecFraction(ParamSpecFractionOwnedHandle handle)

Parameters

handle ParamSpecFractionOwnedHandle

Properties

DefDen

public int DefDen { get; set; }

Property Value

int

DefNum

public int DefNum { get; set; }

Property Value

int

Handle

public ParamSpecFractionOwnedHandle Handle { get; }

Property Value

ParamSpecFractionOwnedHandle

MaxDen

public int MaxDen { get; set; }

Property Value

int

MaxNum

public int MaxNum { get; set; }

Property Value

int

MinDen

public int MinDen { get; set; }

Property Value

int

MinNum

public int MinNum { get; set; }

Property Value

int

Methods

Equals(ParamSpecFraction?)

public bool Equals(ParamSpecFraction? other)

Parameters

other ParamSpecFraction

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.