Neokernel API

Props.setDouble Method

Sets the property key to a Double of the passed value.

public virtual void setDouble(
   string key,
   double val
);

Parameters

key
The name of the property to set.
val
A double.

See Also

Props Class | com.neokernel.props Namespace